Learning-Management-System/.envs/.production/.postgres
2025-01-10 19:54:55 +02:00

7 lines
196 B
Text

# PostgreSQL
# ------------------------------------------------------------------------------
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
POSTGRES_DB=lms
POSTGRES_USER=debug
POSTGRES_PASSWORD=debug