Setting the file. One moment.
Subchapter 157.2
references/environment-variables.mdMarkdown1 KBView on GitHub
| Variable | Required | Used for | Where to find |
|---|---|---|---|
ZOOM_APP_CLIENT_ID | Yes | OAuth and app identity | Zoom Marketplace -> your Zoom App -> App Credentials |
ZOOM_APP_CLIENT_SECRET | Yes | OAuth token exchange | Zoom Marketplace -> your Zoom App -> App Credentials |
ZOOM_APP_REDIRECT_URI | Yes | OAuth callback URL | Zoom Marketplace -> your Zoom App -> OAuth allow list / redirect settings |
ZOOM_APP_URL | Usually | URL loaded by Zoom client | Zoom Marketplace -> your Zoom App -> Basic Information (Development URL / Home URL) |
ZOOM_APP_BASE_URL | Optional | Internal base URL alias | Set to your deployed app origin |
SESSION_SECRET | Recommended | Session signing/encryption | Generate and manage in your own secret manager |
ZOOM_ACCESS_TOKENZOOM_REFRESH_TOKENGenerate these during OAuth flow; do not hardcode them in repo files.
ZOOM_APP_CLIENT_SECRET server-side only.