# Backend Environment Variables PORT=8000 NODE_ENV=production DATABASE_URL=file:/app/prisma/dev.db FRONTEND_URL=http://localhost:6767 # Optional Feature Flags (all default to false for backward compatibility) # Set to "true" or "1" to enable: # ENABLE_PASSWORD_RESET=false # ENABLE_REFRESH_TOKEN_ROTATION=false # ENABLE_AUDIT_LOGGING=false