From d51d86133dbd93bbf6203fdb1683a23aa40beae6 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 17 Oct 2023 11:58:58 -0400 Subject: update pad --- roles/pad/templates/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/pad/templates') diff --git a/roles/pad/templates/settings.json b/roles/pad/templates/settings.json index dbbbda1..977a562 100644 --- a/roles/pad/templates/settings.json +++ b/roles/pad/templates/settings.json @@ -283,7 +283,7 @@ * Pad creation is only via the API. * This applies both to group pads and regular pads. */ - "editOnly": {{ not etherpad_load_test }}, + "editOnly": {{ (not etherpad_load_test) | bool | lower }}, /* * If true, all css & js will be minified before sending to the client. @@ -530,7 +530,7 @@ * * WARNING: this will disable security on the instance. */ - "loadTest": {{ etherpad_load_test }}, + "loadTest": {{ etherpad_load_test | bool | lower }}, /** * Disable dump of objects preventing a clean exit -- cgit v1.2.3