Skip to content
Select theme

Environment variables

VariableSetsUnset means
DOCS_SSO_URLWhere a reader is redirected to sign in — your product’s SSO endpoint.Together with the two below, the logged-in tier is off: Log in doesn’t render, and /private/** answers 404 in production (a setup page under astro dev).
DOCS_SSO_SECRETVerifies the handoff JWT your product signs.Same as above.
DOCS_SESSION_SECRETSigns this site’s own session cookie.Same as above.
DOCS_UNSAFE_DEMO_LOGINSet to 1 or true — nothing else counts — to turn /demo-login into an open persona picker. See Trying it without SSO./demo-login answers the same 404 as the rest of the auth surface — the safe default on anything with real private content.
DOCS_SITE_URLThe deployed URL, used by the sitemap and llms.txt to emit absolute links.Falls back to the https://example.com placeholder hardcoded in astro.config.mjs — set one or the other before shipping.
DOCS_TEST_PORTPort the browser test suite’s site server listens on, for npm run test:visual.Defaults to 4331.

Maintained by EkLine