From 231841d93f7d2bfba65fe5f45acbd3c937a118a9 Mon Sep 17 00:00:00 2001 From: Max Bischof Date: Thu, 13 Jun 2024 11:58:48 +0200 Subject: [PATCH] Revert "Remove PAD_URI from required" This reverts commit b90fc8b48572da1b161cf775cab81637b4630ece. --- config/default.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.schema.json b/config/default.schema.json index 3f7f7d4a883..ae25f4a587e 100644 --- a/config/default.schema.json +++ b/config/default.schema.json @@ -786,7 +786,7 @@ "ETHERPAD": { "type": "object", "description": "Etherpad settings", - "required": [], + "required": ["PAD_URI"], "properties": { "URI": { "type": "string",