fix default env
This commit is contained in:
parent
4ab95432fc
commit
9fb9982e8f
|
@ -2,7 +2,8 @@ APP_DEBUG=false
|
||||||
APP_PORT=80
|
APP_PORT=80
|
||||||
|
|
||||||
DB_HOST=db
|
DB_HOST=db
|
||||||
DB_PORT=3306
|
DB_PORT=5432
|
||||||
|
DB_USER=root
|
||||||
DB_PASSWORD=
|
DB_PASSWORD=
|
||||||
DB_DATABASE=pairent
|
DB_DATABASE=pairent
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue