mirror of
https://github.com/leaders-of-digital-9-task/backend.git
synced 2024-11-14 13:36:40 +03:00
8 lines
207 B
Plaintext
8 lines
207 B
Plaintext
|
# PostgreSQL
|
||
|
# ------------------------------------------------------------------------------
|
||
|
POSTGRES_HOST=postgres
|
||
|
POSTGRES_PORT=5432
|
||
|
POSTGRES_DB=image_markuper
|
||
|
POSTGRES_USER=debug
|
||
|
POSTGRES_PASSWORD=debug
|