-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (19 loc) · 825 Bytes
/
.env.example
File metadata and controls
22 lines (19 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Cloudflare Workers API URLs (development)
PUBLIC_AUTH_WORKER_URL=http://localhost:8787
PUBLIC_DOWNLOAD_WORKER_URL=http://localhost:8788
PUBLIC_ANALYTICS_WORKER_URL=http://localhost:8789
PUBLIC_STATUS_WORKER_URL=http://localhost:8790
# Frontend URL (for OAuth redirects)
PUBLIC_FRONTEND_URL=http://localhost:9999
# Firebase (optional - if you still use Firebase for other features)
# PUBLIC_FIREBASE_API_KEY=
# PUBLIC_FIREBASE_AUTH_DOMAIN=
# PUBLIC_FIREBASE_PROJECT_ID=
# PUBLIC_FIREBASE_STORAGE_BUCKET=
# PUBLIC_FIREBASE_MESSAGING_SENDER_ID=
# PUBLIC_FIREBASE_APP_ID=
# PUBLIC_FIREBASE_MEASUREMENT_ID=
# Notes:
# - Copy this file to .env and adjust values as needed
# - For production, replace localhost URLs with your deployed worker domains
# - All PUBLIC_* variables are exposed to the browser automatically by Astro