9 lines
140 B
Plaintext
9 lines
140 B
Plaintext
DB_HOST=postgres-db
|
|
DB_PORT=5432
|
|
DB_USER=web
|
|
DB_PASSWORD=example
|
|
DB_DATABASE=web
|
|
DB_MAXCONNECTIONS=5
|
|
|
|
ADMIN_NAME=test
|
|
ADMIN_PASSWORD=example |