You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hosting/configuration/environment-variables/licenses.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -24,5 +24,5 @@ To enable enterprise features, you need to add your enterprise license key. You
24
24
|`N8N_LICENSE_AUTO_RENEW_OFFSET`| Number |`60 * 60 * 72` (72 hours) | Time in seconds before expiry a license should automatically renew. |
25
25
|`N8N_LICENSE_SERVER_URL`| String |`http://license.n8n.io/v1`| Server URL to retrieve license. |
26
26
|`N8N_LICENSE_TENANT_ID`| Number |`1`| Tenant ID associated with the license. Only set this variable if explicitly instructed by n8n. |
27
-
|`HTTP_PROXY_LICENSE_SERVER`| String |`http://use:pass@proxy:port`| Proxy server URL for HTTP requests to retrieve license. |
28
-
|`HTTPS_PROXY_LICENSE_SERVER`| String |`https://use:pass@proxy:port`| Proxy server URL for HTTPS requests to retrieve license. |
27
+
|`http_proxy_license_server`| String |`http://user:pass@proxy:port`| Proxy server URL for HTTP requests to retrieve license. This variable name needs to be lowercase. |
28
+
|`https_proxy_license_server`| String |`https://user:pass@proxy:port`| Proxy server URL for HTTPS requests to retrieve license. This variable name needs to be lowercase. |
0 commit comments