# ─── 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)
