VITE_APP_NAME="innerspace"
VITE_APP_ENV="local"
VITE_LOG_LEVEL="info"

VITE_FE_URL="https://localhost:17088"
# Optional: comma-separated extra browser origins allowed to import dev/HMR modules from VITE_FE_URL (Vite 8 CORS).
# `https://*.ui.com:*` is already allowed; use this for other hosts (e.g. another dev domain).
# VITE_SWAI_DEV_CORS_ORIGINS=https://example.dev:3000
VITE_BE_URL="http://127.0.0.1:17080"
VITE_DC_BE_URL="https://design.svc.ui.com"
VITE_BUILD=" "

VITE_ASSETS_ROOT=""

# Optional: Sentry source map upload during `pnpm build frontend` (all required to enable).
# Names must use VITE_ so loadEnv() merges them for vite.config.mts (do not reference these from app source).
# VITE_SENTRY_AUTH_TOKEN=
# VITE_SENTRY_ORG=
# VITE_SENTRY_PROJECT=
# VITE_SENTRY_URL=
# VITE_SENTRY_RELEASE=
# VITE_SENTRY_UPLOAD_DEBUG=1

PGHOST="localhost"
PGPORT=52432
PGUSER="postgres"
PGPASSWORD="postgres"
PGDATABASE="unifi-innerspace"

IMAGE_URL="https://design.ui.com"

# MapTiler API keys — one per deployment target (obtain from the MapTiler dashboard).
# All three are required for the map to render in each environment.
# NEVER commit real key values; inject from CI credentials (see Jenkinsfile).
VITE_MAPTILER_API_KEY_CLOUD=
VITE_MAPTILER_API_KEY_DEVICE=
VITE_MAPTILER_API_KEY_LOCAL=

VITE_FE_URL="https://cdn.pkg.svc.ui.com/innerspace-ui/1.3.21-32f399ac83"
VITE_BUILD=" "
VITE_DC_BE_URL="https://design.svc.ui.com"
VITE_APP_ENV="prod"
PGPORT=5432
VITE_ASSETS_ROOT="/data/unifi-innerspace/"
