chore(env): add DATABASE_URL for local development setup.

This commit is contained in:
2026-07-12 10:52:16 +02:00
parent 8b51d920da
commit 9dfaa154ca
+3
View File
@@ -28,6 +28,9 @@ ORIGIN=http://localhost:5173
# Docker Compose (NPM → frontend nginx → backend): TRUST_PROXY=1 # Docker Compose (NPM → frontend nginx → backend): TRUST_PROXY=1
# TRUST_PROXY=1 # TRUST_PROXY=1
# Local dev (./scripts/start-dev.sh): Prisma + backend API
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/daagbox?schema=public"
# Docker Compose database (required for production deploy) # Docker Compose database (required for production deploy)
# Generate: openssl rand -hex 24 # Generate: openssl rand -hex 24
# Rotate on running server: ./scripts/rotate-postgres-password.sh (see docs/deployment/postgres-password.md) # Rotate on running server: ./scripts/rotate-postgres-password.sh (see docs/deployment/postgres-password.md)