forked from simplifaisoul/osiris
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (23 loc) · 1.22 KB
/
Copy path.env.example
File metadata and controls
26 lines (23 loc) · 1.22 KB
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
# ─── OSIRIS — Environment Variables ───
# Copy this file to .env.local and fill in values as needed.
# The platform works without most keys — data sources with missing keys are gracefully skipped.
# ── AI Intelligence Layer (Gemini) ──
# Get free API keys at https://aistudio.google.com/apikey
# Multiple keys enable round-robin rotation to maximize free-tier rate limits.
# At minimum, set GEMINI_API_KEY_1. Add up to 8 for high-traffic deployments.
# GEMINI_API_KEY_1=
# GEMINI_API_KEY_2=
# GEMINI_API_KEY_3=
# GEMINI_API_KEY_4=
# GEMINI_API_KEY_5=
# GEMINI_API_KEY_6=
# GEMINI_API_KEY_7=
# GEMINI_API_KEY_8=
# ── Data Source API Keys (optional) ──
# FIRMS_API_KEY= # NASA FIRMS fire data (https://firms.modaps.eosdis.nasa.gov/api/area/)
# AIS_API_KEY= # Maritime vessel tracking (aisstream.io)
# OPENSKY_CLIENT_ID= # OpenSky OAuth2 — higher rate limits
# OPENSKY_CLIENT_SECRET= # OpenSky OAuth2
# ── Scanner Backend (required for RECON features) ──
# SCANNER_URL=http://your-scanner:7700 # Osiris scanner backend URL
# SCANNER_KEY= # Scanner authentication key (must match backend OSIRIS_KEY)