Skip to content

Commit cd5a022

Browse files
committed
feat: fixed templates
1 parent 40884fa commit cd5a022

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

settings.json.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
* This is used by the monitoring plugins to collect metrics about Etherpad.
178178
* If you do not use any monitoring plugins, you can disable this.
179179
*/
180-
"enableMetrics": ${ENABLE_METRICS:true},
180+
"enableMetrics": "${ENABLE_METRICS:true}",
181181

182182
/*
183183
* Settings for cleanup of pads

settings.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
* This is used by the monitoring plugins to collect metrics about Etherpad.
169169
* If you do not use any monitoring plugins, you can disable this.
170170
*/
171-
"enableMetrics": ${ENABLE_METRICS:true},
171+
"enableMetrics": "${ENABLE_METRICS:true}",
172172

173173
/*
174174
* Settings for cleanup of pads

0 commit comments

Comments
 (0)