8 lines
111 B
Bash
8 lines
111 B
Bash
|
PG_INTERN_PORT=5432
|
||
|
PG_EXTERN_PORT=5432
|
||
|
PG_NAME=public
|
||
|
PG_USER=postgres
|
||
|
PG_PASSWORD=postgres
|
||
|
|
||
|
TZ=Europe/Berlin
|