From 91f0e0c0d1b1bb2f0c7aa54822414ea1ff0ab552 Mon Sep 17 00:00:00 2001 From: Deborah Date: Mon, 12 Dec 2022 08:50:44 +0000 Subject: [PATCH] Update docs/hosting/environment-variables.md Co-authored-by: Cornelius Suermann --- docs/hosting/environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hosting/environment-variables.md b/docs/hosting/environment-variables.md index c0abeb61c..bd8f4afe5 100644 --- a/docs/hosting/environment-variables.md +++ b/docs/hosting/environment-variables.md @@ -218,7 +218,7 @@ Refer to [User management](/hosting/user-management/) for more information on se | Variable | Type | Default | Description | | :------- | :---- | :------- | :---------- | -| `N8N_LICENSE_ACTIVATION_KEY` | String | `''` | Activation key to initialize license. | +| `N8N_LICENSE_ACTIVATION_KEY` | String | `''` | Activation key to initialize license. Not applicable if the n8n instance was already activated. | | `N8N_LICENSE_AUTO_RENEW_ENABLED` | Boolean | `true` | Whether autorenew for licenses is enabled (true) or not (false). | | `N8N_LICENSE_AUTO_RENEW_OFFSET` | Number | `60 * 60 * 72` (72 hours) | How many seconds before expiry a license should automatically renew. | | `N8N_LICENSE_SERVER_URL` | String | `http://license.n8n.io/v1` | Server URL to retrieve license. |