add port variable
This commit is contained in:
parent
3012a295e3
commit
ab19910a7f
5
.env.example
Normal file
5
.env.example
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
DB_HOST="10.5.0.5"
|
||||||
|
DB_PORT=3306
|
||||||
|
DB_USER="root"
|
||||||
|
DB_PASSWORD="iloveaidxnfun123"
|
||||||
|
DB_NAME="aidxnfun"
|
@ -93,6 +93,7 @@ This can be used in conjunction with the example .env file compatible with this
|
|||||||
|
|
||||||
```dotenv
|
```dotenv
|
||||||
DB_HOST="10.5.0.5"
|
DB_HOST="10.5.0.5"
|
||||||
|
DB_PORT=3306
|
||||||
DB_USER="root"
|
DB_USER="root"
|
||||||
DB_PASSWORD="iloveaidxnfun123"
|
DB_PASSWORD="iloveaidxnfun123"
|
||||||
DB_NAME="aidxnfun"
|
DB_NAME="aidxnfun"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user