# Panel APP_PORT=5000 SECRET_KEY=change-me-to-a-long-random-string # PostgreSQL (docker-compose — same password for db + panel via DATABASE_URL) POSTGRES_USER=amnezia POSTGRES_PASSWORD=change-me-strong-password POSTGRES_DB=amnezia_panel POSTGRES_PORT=5432 # Set once before first deploy. Changing POSTGRES_PASSWORD later requires resetting # the amnezia_pgdata volume or the panel cannot connect (Postgres keeps the old password). # Full DSN (override if panel runs outside compose) # DATABASE_URL=postgresql://amnezia:change-me-strong-password@db:5432/amnezia_panel # Dokploy / reverse proxy (optional — set in compose for Docker) # PANEL_IN_DOCKER=1 # PANEL_BEHIND_PROXY=1