8 lines
203 B
Text
8 lines
203 B
Text
|
# PostgreSQL
|
||
|
# ------------------------------------------------------------------------------
|
||
|
POSTGRES_HOST=postgres
|
||
|
POSTGRES_PORT=5432
|
||
|
POSTGRES_DB=tuxbot_bot
|
||
|
POSTGRES_USER=debug
|
||
|
POSTGRES_PASSWORD=debug
|