From c5dc3763babe083c88dbc927f996fb1bdda80359 Mon Sep 17 00:00:00 2001 From: transtrike Date: Mon, 7 Dec 2020 22:37:08 +0200 Subject: Base line projects created --- Web/appsettings.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Web/appsettings.json (limited to 'Web/appsettings.json') diff --git a/Web/appsettings.json b/Web/appsettings.json new file mode 100644 index 0000000..81ff877 --- /dev/null +++ b/Web/appsettings.json @@ -0,0 +1,10 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + }, + "AllowedHosts": "*" +} -- cgit v1.2.3