-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
28 lines (22 loc) · 1.08 KB
/
env.example
File metadata and controls
28 lines (22 loc) · 1.08 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
27
# Firebase Configuration
REACT_APP_FIREBASE_API_KEY=your_firebase_api_key
REACT_APP_FIREBASE_AUTH_DOMAIN=your_project_id.firebaseapp.com
REACT_APP_FIREBASE_PROJECT_ID=your_project_id
REACT_APP_FIREBASE_STORAGE_BUCKET=your_project_id.appspot.com
REACT_APP_FIREBASE_MESSAGING_SENDER_ID=your_messaging_sender_id
REACT_APP_FIREBASE_APP_ID=your_app_id
# Google Maps API
REACT_APP_GOOGLE_MAPS_API_KEY=your_google_maps_api_key
# Claude API
REACT_APP_CLAUDE_API_KEY=your_claude_api_key
# Optional: Claude API client-side usage limits (browser-local safeguards)
# Set conservative defaults here or in your environment. These are enforced in the
# browser localStorage and help avoid accidental over-usage. For stronger
# protection, proxy Claude requests through a server with quota enforcement.
REACT_APP_CLAUDE_MAX_CALLS_PER_HOUR=10
REACT_APP_CLAUDE_MAX_CALLS_PER_DAY=100
# Optional: local proxy URL for Claude (useful during development)
# Example: REACT_APP_CLAUDE_PROXY_URL=http://localhost:4000/api/claude
REACT_APP_CLAUDE_PROXY_URL=
# Google OAuth
REACT_APP_GOOGLE_CLIENT_ID=your_google_oauth_client_id