# RedFlag Bootstrap Configuration # Copy this to ./config/.env and edit the values below # PostgreSQL Configuration POSTGRES_DB=redflag POSTGRES_USER=redflag POSTGRES_PASSWORD=redflag_bootstrap # RedFlag Server Configuration REDFLAG_SERVER_HOST=0.0.0.0 REDFLAG_SERVER_PORT=8080 REDFLAG_DB_HOST=postgres REDFLAG_DB_PORT=5432 REDFLAG_DB_NAME=redflag REDFLAG_DB_USER=redflag REDFLAG_DB_PASSWORD=redflag_bootstrap # Admin Configuration REDFLAG_ADMIN_USER=admin REDFLAG_ADMIN_PASSWORD=CHANGE_ME_ADMIN_PASSWORD REDFLAG_JWT_SECRET=CHANGE_ME_JWT_SECRET_AT_LEAST_32_CHARS_LONG # Token Configuration REDFLAG_TOKEN_EXPIRY=24h REDFLAG_MAX_TOKENS=100 REDFLAG_MAX_SEATS=10 # CORS Configuration (F-A3-14) # Set to your dashboard URL in production (default: http://localhost:3000) # REDFLAG_CORS_ORIGIN=https://your-dashboard-domain.com