mirror of
https://github.com/task-17-lct/backend.git
synced 2024-11-24 00:53:43 +03:00
8 lines
203 B
Plaintext
8 lines
203 B
Plaintext
# PostgreSQL
|
|
# ------------------------------------------------------------------------------
|
|
POSTGRES_HOST=postgres
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_DB=passfinder
|
|
POSTGRES_USER=debug
|
|
POSTGRES_PASSWORD=debug
|