-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathenv.example
More file actions
21 lines (16 loc) · 773 Bytes
/
env.example
File metadata and controls
21 lines (16 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Google OAuth 2.0 Configuration
# Get these from Google Cloud Console: https://console.cloud.google.com/
# Create a new OAuth 2.0 Client ID or use an existing one
GOOGLE_CLIENT_ID=your_google_client_id_here
GOOGLE_CLIENT_SECRET=your_google_client_secret_here
# OpenAI API Configuration
# Required for GPT-4 model in Llama Stack (frontend/stack/run.yml)
# Get your API key from: https://platform.openai.com/api-keys
OPENAI_API_KEY=your_openai_api_key_here
# Admin Configuration
# Set the email address that should have admin privileges
ADMIN_EMAIL=gallettilance@gmail.com
# Optional: JWT Secret (defaults to demo key if not set)
JWT_SECRET=demo-secret-key-change-in-production
# Flask Secret Key (auto-generated if not set)
FLASK_SECRET_KEY=your_flask_secret_key_here