Merge pull request #1 from icywhisker-official/icywhisker-official-patch-1

Add FLASK_ENV for production configuration
This commit is contained in:
icywhisker-official
2026-03-19 22:38:25 -04:00
committed by GitHub
+1
View File
@@ -28,6 +28,7 @@ OIDC_CLIENT_SECRET=your_oidc_client_secret
OIDC_ISSUER_URL=https://your-oidc-provider.com/auth/realms/your-realm
OIDC_SCOPE=openid email profile
OIDC_ADMIN_GROUP=admin # Requires group scope
FLASK_ENV=production # Forces OIDC to route to and from https://your-warracker-domain instead of http
# Memory and Performance Settings
WARRACKER_MEMORY_MODE=optimized