From c65a9beaed5e0b0456cc8e2b5185df18ba46415d Mon Sep 17 00:00:00 2001 From: Max Bischof Date: Thu, 13 Jun 2024 12:40:52 +0200 Subject: [PATCH] Change default of PAD_URI --- config/default.schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/default.schema.json b/config/default.schema.json index ae25f4a587e..0afec50e1cf 100644 --- a/config/default.schema.json +++ b/config/default.schema.json @@ -820,6 +820,9 @@ "default": 7200, "description": "If Session Valid time is smaller than this, a new session is created on request." } + }, + "default": { + "PAD_URI": "https://dbildungscloud.de/etherpad/p" } }, "NEXTCLOUD_BASE_URL": {