-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (14 loc) · 766 Bytes
/
.env.example
File metadata and controls
20 lines (14 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# MarketMind Environment Variables
# Copy this file to marketmind-backend/.env and fill in your keys
# Required — powers AI analysis, news enrichment, and sentiment
GEMINI_API_KEY=AQ.Ab8RN6IcjdOFBmp0QepZn_8oBHrUiIMuJe3K4ivmU5F3XTRWLw
# Optional — falls back to Google Finance scraper if missing
FINNHUB_API_KEY=d146mghr01qrqeasdn6gd146mghr01qrqeasdn70
# Optional — falls back to Google Finance News scraper if missing
NEWSAPI_KEY=bde2a9a6374f4f8fa45c1e6662b4ff6b
# Optional — auto-generated random key if missing (tokens won't persist across restarts)
JWT_SECRET=your_jwt_secret_here
# Optional — comma-separated allowed origins (default: http://localhost:3000)
CORS_ORIGINS=http://localhost:3000
# Optional — server port (default: 8080)
PORT=8080