summaryrefslogtreecommitdiff
path: root/DSACore/appsettings.json
diff options
context:
space:
mode:
Diffstat (limited to 'DSACore/appsettings.json')
-rw-r--r--DSACore/appsettings.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/DSACore/appsettings.json b/DSACore/appsettings.json
new file mode 100644
index 0000000..dee968c
--- /dev/null
+++ b/DSACore/appsettings.json
@@ -0,0 +1,10 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Microsoft.AspNetCore.SignalR": "Debug",
+ "Microsoft.AspNetCore.Http.Connections": "Debug",
+ "Default": "Debug"
+ }
+ },
+ "AllowedHosts": "*"
+}