We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40884fa commit cd5a022Copy full SHA for cd5a022
settings.json.docker
@@ -177,7 +177,7 @@
177
* This is used by the monitoring plugins to collect metrics about Etherpad.
178
* If you do not use any monitoring plugins, you can disable this.
179
*/
180
- "enableMetrics": ${ENABLE_METRICS:true},
+ "enableMetrics": "${ENABLE_METRICS:true}",
181
182
/*
183
* Settings for cleanup of pads
settings.json.template
@@ -168,7 +168,7 @@
168
169
170
171
172
173
174
0 commit comments