# Connect runtime behavior is not configured via env vars — set those
# values in `apps/connect/public/powerhouse.config.json` (or via
# `ph connect config --<field>`). The Sentry DSN / env / tracing flag
# live in `connect.sentry.*` of that file as of issue #2646.
BASE_PATH="/" # vite base path

# Sentry source-map upload credentials (build-time only, used by the
# Vite plugin to upload sourcemaps after `ph connect build`). NOT read at
# runtime by the SPA.
SENTRY_AUTH_TOKEN=""
SENTRY_ORG=""
SENTRY_PROJECT=""

# Analytics processor wiring (kept; gated by their own consumers in
# apps/connect/src/connect.config.ts and the analytics engine).
PH_CONNECT_DIFF_ANALYTICS_ENABLED="false"
PH_CONNECT_DRIVE_ANALYTICS_ENABLED="true"

## build-stamped metadata (set during build; do not edit by hand)
PH_CONNECT_CLI_VERSION=""
APP_VERSION=""
