Files
dd0c/products/.env.example

29 lines
719 B
Plaintext
Raw Permalink Normal View History

# dd0c Environment Configuration
# Copy to .env and fill in real values before deploying.
# NEVER commit .env to git.
# --- Postgres ---
POSTGRES_USER=dd0c
POSTGRES_PASSWORD=change-me-in-production
# --- Per-service DB credentials (created by docker-init-db.sh) ---
DB_DRIFT_PASSWORD=change-me-drift
DB_ALERT_PASSWORD=change-me-alert
DB_PORTAL_PASSWORD=change-me-portal
DB_COST_PASSWORD=change-me-cost
DB_RUN_PASSWORD=change-me-run
# --- Auth ---
JWT_SECRET=change-me-generate-with-openssl-rand-base64-32
# --- Registry ---
REGISTRY=reg.dd0c.net
REGISTRY_PASSWORD=change-me-registry
# --- CORS (comma-separated origins) ---
CORS_ORIGIN=http://localhost:5173
# --- Optional ---
LOG_LEVEL=info
ANOMALY_THRESHOLD=50