mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-11 05:56:33 +03:00
8 lines
200 B
Plaintext
8 lines
200 B
Plaintext
|
# PostgreSQL
|
||
|
# ------------------------------------------------------------------------------
|
||
|
POSTGRES_HOST=postgres
|
||
|
POSTGRES_PORT=5432
|
||
|
POSTGRES_DB=akarpov
|
||
|
POSTGRES_USER=debug
|
||
|
POSTGRES_PASSWORD=debug
|