From 4cdd59cf89704eab477a8ed8392972a104de539d Mon Sep 17 00:00:00 2001 From: Simon Martens Date: Sun, 10 Sep 2023 17:22:57 +0200 Subject: [PATCH] Enabled SyntaxCheck --- HaWeb/appsettings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HaWeb/appsettings.json b/HaWeb/appsettings.json index f3e7ad2..001eab3 100644 --- a/HaWeb/appsettings.json +++ b/HaWeb/appsettings.json @@ -7,7 +7,8 @@ }, "FeatureManagement": { "AdminService": true, - "LocalPublishService": true + "LocalPublishService": true, + "SyntaxCheck": true }, "AllowedHosts": "*", "HamannFileStoreLinux": "/home/simon/Downloads/test/",