mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00:00
feat: fixed templates
This commit is contained in:
parent
40884fa96b
commit
cd5a0227dc
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue