
Nango
The complete platform for product integrations
Nango
nangohq/nango-server:hosted-0.58.7
Just deployed
✨ Nango is the open-source integration platform designed to simplify connecting to third-party APIs. It manages complex authentication flows like OAuth, API keys, and token refreshes out-of-the-box. With Nango, you can securely store credentials, standardize API integrations, and eliminate the hassle of managing authentication logic manually. Focus on building product features while Nango handles the heavy lifting of API connections, credential storage, and token lifecycle management—all directly from your codebase.
Template Content
SMTP_URL
The url of your SMTP server (ex: smtps://username:[email protected]:465
)
SMTP_FROM
The email address used to send emails
NANGO_SERVER_URL
The public URL of the ALB (e.g., http://ALB.DNS
).
NANGO_DATABASE_URL
The database connection URL from RDS (use dynamic reference or Secrets Manager). Format: postgresql://<user>:<password>@<host>:<port>/<db_name>
.
NANGO_ENCRYPTION_KEY
Reference the value secret created earlier.
NANGO_PUBLIC_SERVER_URL
Same as NANGO_SERVER_URL
.