feat: make Cloudflare host configurable per office via env
Each office sets VITE_CLOUDFLARE_HOST and CLOUDFLARE_HOST in their local .env files instead of hardcoding the subdomain in source code. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
NODE_ENV=development
|
||||
HOST=0.0.0.0
|
||||
PORT=3000
|
||||
VITE_API_BASE_URL_BACKEND=
|
||||
VITE_API_BASE_URL_BACKEND=
|
||||
VITE_CLOUDFLARE_HOST=
|
||||
Reference in New Issue
Block a user