Rename metrics environment variable

This commit is contained in:
Jan Oberhauser 2021-03-11 00:10:39 +01:00
parent b0b172a362
commit 263813a8f9

View file

@ -450,7 +450,7 @@ const config = convict({
enable: {
format: 'Boolean',
default: false,
env: 'N8N_ENABLE_METRICS',
env: 'N8N_METRICS',
doc: 'Enable metrics endpoint',
},
prefix: {