mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-23 11:44:06 -08:00
⚡ Rename metrics environment variable
This commit is contained in:
parent
b0b172a362
commit
263813a8f9
|
@ -450,7 +450,7 @@ const config = convict({
|
|||
enable: {
|
||||
format: 'Boolean',
|
||||
default: false,
|
||||
env: 'N8N_ENABLE_METRICS',
|
||||
env: 'N8N_METRICS',
|
||||
doc: 'Enable metrics endpoint',
|
||||
},
|
||||
prefix: {
|
||||
|
|
Loading…
Reference in a new issue