-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
26 lines (22 loc) · 774 Bytes
/
env.example
File metadata and controls
26 lines (22 loc) · 774 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
# ============================================================
# Feedback Analyser — Environment Variables
# Copy this file to .env and fill in your values
# ============================================================
# App Configuration
APP_TITLE=Feedback Analyser
DEFAULT_PLAY_APP_ID=com.spotify.music
DEFAULT_APP_STORE_ID=324684580
DEFAULT_COUNTRY=us
DEFAULT_REVIEW_COUNT=200
# Optional: Groq API (for AI-powered insights summary)
# Get free key at https://console.groq.com
GROQ_API_KEY=your_groq_api_key_here
# Optional: Email alerts (SMTP config)
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USER=your_email@gmail.com
SMTP_PASS=your_app_password_here
ALERT_EMAIL=team@yourcompany.com
# Streamlit Config
STREAMLIT_SERVER_PORT=8501
STREAMLIT_SERVER_ADDRESS=0.0.0.0