backend/.envs/.local/.postgres

8 lines
203 B
Plaintext
Raw Normal View History

2023-05-28 21:41:25 +03:00
# PostgreSQL
# ------------------------------------------------------------------------------
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
POSTGRES_DB=passfinder
POSTGRES_USER=debug
POSTGRES_PASSWORD=debug