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

VITE_FE_URL="https://localhost:17088"
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"

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