5 lines
93 B
Bash
5 lines
93 B
Bash
DB_HOST="postgresql"
|
|
DB_PORT=5432
|
|
DB_USER="admin"
|
|
DB_PASSWORD="admin"
|
|
DB_DATABASE="ludikZone" |