PORT=3000 NODE_ENV=production PGHOST=localhost PGPORT=5432 PGDATABASE=quoteapp PGUSER=quoteapp PGPASSWORD=quoteapp SESSION_SECRET=change-me # Platform auth (Zitadel). EXTERNAL_BASE is the browser-facing HTTPS URL # (through the exe.dev proxy); INTERNAL_BASE is the plain-HTTP address the # server uses directly on the VM for token exchange / userinfo calls. ZITADEL_EXTERNAL_BASE=https://.exe.xyz:8080 ZITADEL_INTERNAL_BASE=http://.exe.xyz:8080 ZITADEL_CLIENT_ID= ZITADEL_REDIRECT_URI=https://.exe.xyz/api/auth/callback