summary refs log tree commit diff
path: root/SystemdCtl/appsettings.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-01-20 08:34:32 +0100
committerRory& <root@rory.gay>2024-01-20 08:34:32 +0100
commit43e06f4b1b7ead9f8cc97fe547eb49d51f341486 (patch)
treeb700ba441320e0f3944c398080cadd296f03ef07 /SystemdCtl/appsettings.json
downloadSystemdCtl-43e06f4b1b7ead9f8cc97fe547eb49d51f341486.tar.xz
Initial commit
Diffstat (limited to 'SystemdCtl/appsettings.json')
-rw-r--r--SystemdCtl/appsettings.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/SystemdCtl/appsettings.json b/SystemdCtl/appsettings.json
new file mode 100644
index 0000000..4d56694
--- /dev/null
+++ b/SystemdCtl/appsettings.json
@@ -0,0 +1,9 @@
+{

+  "Logging": {

+    "LogLevel": {

+      "Default": "Information",

+      "Microsoft.AspNetCore": "Warning"

+    }

+  },

+  "AllowedHosts": "*"

+}