16 lines
266 B
Plaintext
16 lines
266 B
Plaintext
SERVER_PORT=80
|
|
DATABASE_DRIVER=postgres
|
|
DATABASE_NAME=postgres
|
|
DATABASE_SCHEMA=public
|
|
DATABASE_USER=postgres
|
|
DATABASE_PASSWORD=postgres
|
|
|
|
PG_HOST=flucky_db
|
|
PG_INTERN_PORT=5432
|
|
PG_EXTERN_PORT=5433
|
|
PG_NAME=public
|
|
PG_USER=postgres
|
|
PG_PASSWORD=postgres
|
|
|
|
TZ=Europe/Berlin
|