-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
18 lines (16 loc) · 824 Bytes
/
.env.example
File metadata and controls
18 lines (16 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ============================================================
# Persona AI — Environment Variables
# Copy this file to .env and fill in your values.
# Never commit .env to version control.
# ============================================================
# ------------------------------------------------------------
# Groq API (required)
# Get your key at: https://console.groq.com
# ------------------------------------------------------------
GROQ_API_KEY=your_groq_api_key_here
# ------------------------------------------------------------
# CORS — allowed frontend origins
# Comma-separated list of allowed origins.
# Default covers local dev + production domain.
# ------------------------------------------------------------
ALLOWED_ORIGINS=["http://localhost:3000","https://persona.mariammaysara.com"]