# Copy to /srv/ops/ops-dashboard.env on the server and fill in real values. DATABASE_URL="postgresql://USER:PASSWORD@postgres:5432/ops_dashboard" SEED_USER_EMAIL="admin@example.com" SEED_USER_PASSWORD="changeme" SESSION_SECRET="replace-with-a-long-random-string" # Shared secret for ops-agent auth — must match /etc/ops-agent/secret on the host OPS_AGENT_SECRET="replace-with-contents-of-/etc/ops-agent/secret" OPS_AGENT_URL="http://127.0.0.1:3099"