Public web variables
KONDUIT_ENABLE_WEB_AUTH controls whether the web signup and login forms call the auth-server or stay in mock-safe mode.
KONDUIT_WWW_SENTRY_DSN enables marketing-site Sentry capture. When unset, Sentry is inert.
SENTRY_AUTH_TOKEN, SENTRY_ORG, and SENTRY_PROJECT enable source-map upload during Vercel builds.
Desktop diagnostic variables
Konduit uses KONDUIT_*_DIAG variables for targeted support sessions. Keep them off by default and enable only the smallest family needed for an incident.
Examples include KONDUIT_STRIPE_DIAG, KONDUIT_OAUTH_DIAG, KONDUIT_UPDATE_DIAG, KONDUIT_NETWORK_DIAG, KONDUIT_PERFORMANCE_DIAG, and KONDUIT_SENTRY_DIAG.
Release and update variables
Auto-update and release variables are controlled by the desktop build and release process. Keep credentials out of source, and rotate immediately if a build log ever exposes one.