-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
17 lines (13 loc) · 721 Bytes
/
.env.example
File metadata and controls
17 lines (13 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Strobe Environment Variables
# Copy this file to .env and fill in your actual values
# Gemini Proxy URL
# This proxy URL is used to securely access Gemini API without exposing keys in client
# Default value points to the shared Gemini proxy service
VITE_PROXY_URL=https://gemini-proxy-572556903588.us-central1.run.app
# Note: API keys are NOT stored in .env for security
# They are managed server-side by the proxy service
# This prevents exposure of sensitive credentials in client-side code
# Note: Gemini services are prepared but not currently used in Strobe
# They are available for future AI-powered features
# Development server runs on http://localhost:3000
# Production Docker deployment runs on port 8080