feat: fixed templates

This commit is contained in:
SamTV12345 2025-07-27 22:00:09 +02:00 committed by SamTV12345
parent 40884fa96b
commit cd5a0227dc
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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