mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-12-24 18:51:18 +01:00
feat: fixed templates
This commit is contained in:
parent
40884fa96b
commit
cd5a0227dc
@ -177,7 +177,7 @@
|
||||
* This is used by the monitoring plugins to collect metrics about Etherpad.
|
||||
* If you do not use any monitoring plugins, you can disable this.
|
||||
*/
|
||||
"enableMetrics": ${ENABLE_METRICS:true},
|
||||
"enableMetrics": "${ENABLE_METRICS:true}",
|
||||
|
||||
/*
|
||||
* Settings for cleanup of pads
|
||||
|
||||
@ -168,7 +168,7 @@
|
||||
* This is used by the monitoring plugins to collect metrics about Etherpad.
|
||||
* If you do not use any monitoring plugins, you can disable this.
|
||||
*/
|
||||
"enableMetrics": ${ENABLE_METRICS:true},
|
||||
"enableMetrics": "${ENABLE_METRICS:true}",
|
||||
|
||||
/*
|
||||
* Settings for cleanup of pads
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user