From 967f9e0f7ccf7fe50ace5af8a015b2bb21e85c86 Mon Sep 17 00:00:00 2001 From: Mutasem Date: Thu, 8 Jul 2021 15:29:37 +0200 Subject: [PATCH] update config --- packages/cli/config/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/cli/config/index.ts b/packages/cli/config/index.ts index 9840f207ddd..f214c772814 100644 --- a/packages/cli/config/index.ts +++ b/packages/cli/config/index.ts @@ -620,7 +620,7 @@ const config = convict({ versionNotifications: { enabled: { - doc: 'Whether feature to request more version information is enabled.', + doc: 'Whether feature to request new version notifications is enabled.', format: Boolean, default: true, env: 'N8N_VERSION_NOTIFICATIONS_ENABLED', @@ -632,10 +632,10 @@ const config = convict({ env: 'N8N_VERSION_NOTIFICATIONS_ENDPOINT', }, infoUrl: { - doc: 'Url in updates panel UI to get more informaton on updating instance', + doc: `Url in New Versions Panel with more information on updating one's instance.`, format: String, default: 'https://docs.n8n.io/reference/', - env: 'N8N_VERSION_NOTIFICATIONS_ENDPOINT', + env: 'N8N_VERSION_NOTIFICATIONS_INFO_URL', }, },