.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
OIDC_RSA_PRIVATE_KEY
secret
SANDBOX_JWT_PRIVATE_KEY
secret
WARNING: This is for LOCAL DEVELOPMENT ONLY it should never be used in production. RS256 private key for sandbox JWT authentication (public…
LOCAL_POSTHOG_CODE_MONOREPO_ROOT
Point this to your PostHog Code monorepo root to use the local version of your @posthog/agent package instead of the published version.…
SANDBOX_PROVIDER
Sandbox provider (you can choose between "docker" or "modal")
DEBUG
You probably want this on in development