audeh/abwaab-reports
0
1# Copy to .env and fill in. NEVER commit .env.2 3# Required (local + prod)4ANTHROPIC_API_KEY=sk-ant-xxxxxxxx5 6# Deployment / Google login (leave blank for local dev → auth is OFF)7FLASK_SECRET_KEY= # python -c "import secrets;print(secrets.token_hex(32))"8GOOGLE_CLIENT_ID= # xxxx.apps.googleusercontent.com9GOOGLE_CLIENT_SECRET=10ALLOWED_DOMAIN=abwaab.com # only @abwaab.com Google accounts may sign in11OAUTH_REDIRECT_BASE=https://reports.abwaab.com12REPORTS_DOMAIN=reports.abwaab.com13 