From 0a3e6fbb57776a9887b8bab1069cd0c87d9b687a Mon Sep 17 00:00:00 2001 From: Aya Tanikawa <15815271+ayatnkw@users.noreply.github.com> Date: Wed, 8 May 2024 14:41:07 +0200 Subject: [PATCH] add proxy server url to env var list --- docs/hosting/configuration/environment-variables/licenses.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/hosting/configuration/environment-variables/licenses.md b/docs/hosting/configuration/environment-variables/licenses.md index 262054280..8675b0cd4 100644 --- a/docs/hosting/configuration/environment-variables/licenses.md +++ b/docs/hosting/configuration/environment-variables/licenses.md @@ -22,3 +22,5 @@ To enable enterprise features, you need to add your enterprise license key. You | `N8N_LICENSE_AUTO_RENEW_ENABLED` | Boolean | `true` | Enables (true) or disables (false) autorenewal for licenses. | | `N8N_LICENSE_AUTO_RENEW_OFFSET` | Number | `60 * 60 * 72` (72 hours) | Time in seconds before expiry a license should automatically renew. | | `N8N_LICENSE_SERVER_URL` | String | `http://license.n8n.io/v1` | Server URL to retrieve license. | +| `HTTP_PROXY_LICENSE_SERVER` | String | `http://use:pass@proxy:port`| Proxy server URL for HTTP requests to retrieve license. | +| `HTTPS_PROXY_LICENSE_SERVER` | String | `https://use:pass@proxy:port` | Proxy server URL for HTTPS requests to retrieve license. | \ No newline at end of file