From 5a8376e05b0132b75c848f8b8a784587426bc944 Mon Sep 17 00:00:00 2001 From: Simon Martens Date: Tue, 30 Sep 2025 11:31:58 +0200 Subject: [PATCH] Disable admin-service --- settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.json b/settings.json index a617155..4ccf7e1 100644 --- a/settings.json +++ b/settings.json @@ -6,7 +6,7 @@ } }, "FeatureManagement": { - "AdminService": true, + "AdminService": false, "LocalPublishService": false, "Syntax-Check": false, "Notifications": true