Skip to content

Commit e47beb5

Browse files
authored
Update license proxy to mention it should be lowercase (n8n-io#2879)
1 parent a2458ca commit e47beb5

File tree

1 file changed

+2
-2
lines changed
  • docs/hosting/configuration/environment-variables

1 file changed

+2
-2
lines changed

docs/hosting/configuration/environment-variables/licenses.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ To enable enterprise features, you need to add your enterprise license key. You
2424
| `N8N_LICENSE_AUTO_RENEW_OFFSET` | Number | `60 * 60 * 72` (72 hours) | Time in seconds before expiry a license should automatically renew. |
2525
| `N8N_LICENSE_SERVER_URL` | String | `http://license.n8n.io/v1` | Server URL to retrieve license. |
2626
| `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

Comments
 (0)