24 lines
952 B
Plaintext
24 lines
952 B
Plaintext
# Frontend (VITE) Public Variables
|
|
VITE_GOOGLE_CLIENT_ID='your_google_client_id'
|
|
VITE_GOOGLE_MAPS_API_KEY='your_google_maps_api_key'
|
|
VITE_DAILY_DOMAIN='your_daily_domain'
|
|
VITE_TLDRAW_WORKER_URL='your_worker_url'
|
|
|
|
# AI Orchestrator (Primary - Netcup RS 8000)
|
|
VITE_AI_ORCHESTRATOR_URL='http://159.195.32.209:8000'
|
|
# Or use domain when DNS is configured:
|
|
# VITE_AI_ORCHESTRATOR_URL='https://ai-api.jeffemmett.com'
|
|
|
|
# RunPod API (Fallback/Direct Access)
|
|
VITE_RUNPOD_API_KEY='your_runpod_api_key_here'
|
|
VITE_RUNPOD_TEXT_ENDPOINT_ID='your_text_endpoint_id'
|
|
VITE_RUNPOD_IMAGE_ENDPOINT_ID='your_image_endpoint_id'
|
|
VITE_RUNPOD_VIDEO_ENDPOINT_ID='your_video_endpoint_id'
|
|
|
|
# Worker-only Variables (Do not prefix with VITE_)
|
|
CLOUDFLARE_API_TOKEN='your_cloudflare_token'
|
|
CLOUDFLARE_ACCOUNT_ID='your_account_id'
|
|
CLOUDFLARE_ZONE_ID='your_zone_id'
|
|
R2_BUCKET_NAME='your_bucket_name'
|
|
R2_PREVIEW_BUCKET_NAME='your_preview_bucket_name'
|
|
DAILY_API_KEY=your_daily_api_key_here |