-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (23 loc) · 922 Bytes
/
.env.example
File metadata and controls
30 lines (23 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Improv Olympics - Environment Variables Template
# Copy this file to .env.local for local development
# GCP Configuration
GCP_PROJECT_ID=improvOlympics
GCP_PROJECT_NUMBER=123456789
GCP_LOCATION=us-central1
# Firestore
FIRESTORE_DATABASE=(default)
# Rate Limiting
RATE_LIMIT_DAILY_SESSIONS=10
RATE_LIMIT_CONCURRENT_SESSIONS=3
# Logging
LOG_LEVEL=INFO
# OAuth Configuration (loaded from Secret Manager in production)
# OAUTH_CLIENT_ID=your-client-id.apps.googleusercontent.com
# OAUTH_CLIENT_SECRET=your-client-secret
# OAUTH_REDIRECT_URI=http://localhost:8080/auth/callback
# SESSION_SECRET_KEY=your-session-secret-key
# Access Control - Comma-separated list of allowed email addresses
# Leave empty to allow all users (not recommended for production)
# ALLOWED_USERS=user1@example.com,user2@example.com,user3@example.com
# Local Development Only
# GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account-key.json