summaryrefslogtreecommitdiff
path: root/appsettings.json
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2023-01-31 14:54:32 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2023-01-31 14:54:32 +0300
commitb8fa6f7418c45785767bff42f9857af08fc9d891 (patch)
tree344c7ddd1f6664176d9388627db5fe03939782b1 /appsettings.json
Initial commit
Diffstat (limited to 'appsettings.json')
-rw-r--r--appsettings.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/appsettings.json b/appsettings.json
new file mode 100644
index 0000000..10f68b8
--- /dev/null
+++ b/appsettings.json
@@ -0,0 +1,9 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.AspNetCore": "Warning"
+ }
+ },
+ "AllowedHosts": "*"
+}