add port variable

This commit is contained in:
lou 2024-10-15 17:19:22 -04:00
parent 3012a295e3
commit ab19910a7f
2 changed files with 6 additions and 0 deletions

5
.env.example Normal file
View File

@ -0,0 +1,5 @@
DB_HOST="10.5.0.5"
DB_PORT=3306
DB_USER="root"
DB_PASSWORD="iloveaidxnfun123"
DB_NAME="aidxnfun"

View File

@ -93,6 +93,7 @@ This can be used in conjunction with the example .env file compatible with this
```dotenv
DB_HOST="10.5.0.5"
DB_PORT=3306
DB_USER="root"
DB_PASSWORD="iloveaidxnfun123"
DB_NAME="aidxnfun"