19 lines
562 B
Plaintext
19 lines
562 B
Plaintext
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://<vm-hostname>.exe.xyz:8080
|
|
ZITADEL_INTERNAL_BASE=http://<vm-hostname>.exe.xyz:8080
|
|
ZITADEL_CLIENT_ID=
|
|
ZITADEL_REDIRECT_URI=https://<vm-hostname>.exe.xyz/api/auth/callback
|