.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
SERVER_PORT
Configuration To enable database credentials encryption, uncomment with a base64-encoded 256-bit key (warning: you cannot change this key…
WORKER_PORT
NANGO_SERVER_URL
Configure server full URL (current value is the default for running Nango locally).
NANGO_PROXY_BASE_URL_OVERRIDE_ENABLED
Base-Url-Override SSRF hardening (enabled by default). Restart server and runners after changing these values.
NANGO_PROXY_BASE_URL_OVERRIDE_DENYLIST
NANGO_PUBLIC_SERVER_URL
To restore pre-remediation fail-open behavior: NANGO_PROXY_BASE_URL_OVERRIDE_DENYLIST='[]' To fully disable the override feature:…
CSP_REPORT_ONLY
LOG_LEVEL
TZ
NANGO_INTEGRATIONS_FULL_PATH
Configure where integrations will be loaded from
NANGO_TELEMETRY_SDK
Internal Datadog Telemetry This telemetry logs metrics/traces in your own Datadog instance
NANGO_LOGS_ENABLED
Logs
NANGO_LOGS_PROVIDER
elasticsearch (default) or opensearch — NANGO_LOGS_ES_* vars apply to both providers
NANGO_LOGS_ES_URL
NANGO_LOGS_ES_USER
NANGO_LOGS_ES_PWD
WORKOS_API_KEY
secret
Hosted Auth Configuration
WORKOS_CLIENT_ID
GOOGLE_APPLICATION_CREDENTIALS
secret
Google Cloud Configuration
ORCHESTRATOR_SERVICE_URL
Orchestrator
brew install flyctl && fly launch --from https://github.com/nangohq/nango
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/nangohq/nango
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/nangohq/nango