From 3f81c1242271b17f080d54f40bd7c17d69fe7ce1 Mon Sep 17 00:00:00 2001 From: Simon Martens Date: Thu, 28 Nov 2024 18:55:45 +0100 Subject: [PATCH] Disabled LocalPublishService --- settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.json b/settings.json index 70578ce..add91e8 100644 --- a/settings.json +++ b/settings.json @@ -7,7 +7,7 @@ }, "FeatureManagement": { "AdminService": true, - "LocalPublishService": true, + "LocalPublishService": false, "Syntax-Check": true, "Notifications": true }, @@ -17,4 +17,4 @@ "LettersOnPage": 80, "RepositoryBranch": "main", "RepositoryURL": "https://github.com/Theodor-Springmann-Stiftung/hamann-xml", -} \ No newline at end of file +}