-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (18 loc) · 750 Bytes
/
Copy path.env.example
File metadata and controls
22 lines (18 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
CLI_TARGET_USERNAME='YOUR_CLUSTER_USERNAME'
CLI_TARGET_PASSWORD='YOUR_CLUSTER_PASSWORD'
CLI_TARGET='YOUR_FABRIC.HARPER.FAST_CLUSTER_URL_HERE'
# LLM Provider (add when ready — supports OpenAI, Anthropic, etc.)
# LLM_PROVIDER=anthropic
# LLM_API_KEY=your-api-key-here
# LLM_MODEL=claude-sonnet-4-6
# Google OAuth (for login/waitlist flow)
OAUTH_GOOGLE_CLIENT_ID=your-google-client-id
OAUTH_GOOGLE_CLIENT_SECRET=your-google-client-secret
# Comma-separated emails that auto-approve as admin on first login
ADMIN_EMAILS=you@example.com
# Data source API keys (most are free/open, add keys if rate-limited)
# USGS requires no API key
# CDSS requires no API key
# SNOTEL requires no API key
# BOR requires no API key
# NOAA_API_KEY=your-noaa-key-here