| # Copy this file to .env for local development. | |
| # On Hugging Face Spaces, set these in: | |
| # Settings → Variables and secrets | |
| # Required: Neon PostgreSQL connection string | |
| DATABASE_URL="postgresql://USER:PASSWORD@HOST/DBNAME?sslmode=require&channel_binding=require" | |
| # Optional: Custom admin password (SHA-256 hash will be computed from this) | |
| # If not set, a default hash is used (change it in production!) | |
| ADMIN_SECRET="YourSecureAdminPasswordHere" | |
| # Optional: Override the server port (HF Spaces requires 7860, which is the default) | |
| # PORT=7860 | |