-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.docker.example
More file actions
20 lines (16 loc) · 997 Bytes
/
.env.docker.example
File metadata and controls
20 lines (16 loc) · 997 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# By default, run all services
COMPOSE_PROFILES=nango,signoz,otel-collector,jaeger
# REQUIRED: Encryption key for Nango credential storage (generate with: openssl rand -base64 32)
# Once set, it cannot be changed without losing existing encrypted data
NANGO_ENCRYPTION_KEY=<REPLACE_WITH_NANGO_ENCRYPTION_KEY>
# Uncomment and replace these with your <vm_ip> in production!
# NANGO_SERVER_URL=http://<vm_ip>:3050
# NANGO_PUBLIC_CONNECT_URL=http://<vm_ip>:3051
# Nango dashboard credentials (only used when FLAG_AUTH_ENABLED=true)
# Auth is disabled by default in local development — these are ignored unless you enable it.
NANGO_DASHBOARD_USERNAME=admin@example.com
NANGO_DASHBOARD_PASSWORD=<REPLACE_WITH_NANGO_DASHBOARD_PASSWORD>
# Optional for local dev: Pre-set the Nango API secret key (must be a valid UUID v4)
# When set, this overrides the auto-generated key in the Nango database.
# The automated setup script (pnpm setup-dev:optional) sets this automatically.
# NANGO_SECRET_KEY_DEV=