mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
update config
This commit is contained in:
parent
6fd3b97cc1
commit
967f9e0f7c
|
@ -620,7 +620,7 @@ const config = convict({
|
||||||
|
|
||||||
versionNotifications: {
|
versionNotifications: {
|
||||||
enabled: {
|
enabled: {
|
||||||
doc: 'Whether feature to request more version information is enabled.',
|
doc: 'Whether feature to request new version notifications is enabled.',
|
||||||
format: Boolean,
|
format: Boolean,
|
||||||
default: true,
|
default: true,
|
||||||
env: 'N8N_VERSION_NOTIFICATIONS_ENABLED',
|
env: 'N8N_VERSION_NOTIFICATIONS_ENABLED',
|
||||||
|
@ -632,10 +632,10 @@ const config = convict({
|
||||||
env: 'N8N_VERSION_NOTIFICATIONS_ENDPOINT',
|
env: 'N8N_VERSION_NOTIFICATIONS_ENDPOINT',
|
||||||
},
|
},
|
||||||
infoUrl: {
|
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,
|
format: String,
|
||||||
default: 'https://docs.n8n.io/reference/',
|
default: 'https://docs.n8n.io/reference/',
|
||||||
env: 'N8N_VERSION_NOTIFICATIONS_ENDPOINT',
|
env: 'N8N_VERSION_NOTIFICATIONS_INFO_URL',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue