cefense/apps/frontend/.env.production.example
2026-08-18 19:38:47 +05:30

7 lines
394 B
Text

# The frontend calls its OWN origin (/auth, /api), which the Bun server
# reverse-proxies to the backend (keeping the session cookie first-party). So no
# backend URL is baked into the bundle — leave VITE_API_URL unset.
#
# The backend the server proxies to is set via the BACKEND_URL env var on the
# frontend Cloud Run service (e.g. https://cerebrus-backend-xxxxx.run.app).
# VITE_API_URL=