Disabled LocalPublishService

This commit is contained in:
Simon Martens
2024-11-28 18:55:45 +01:00
parent c1c40bdf5a
commit 3f81c12422

View File

@@ -7,7 +7,7 @@
}, },
"FeatureManagement": { "FeatureManagement": {
"AdminService": true, "AdminService": true,
"LocalPublishService": true, "LocalPublishService": false,
"Syntax-Check": true, "Syntax-Check": true,
"Notifications": true "Notifications": true
}, },