added app

This commit is contained in:
2018-10-22 23:41:50 +02:00
parent 3c725ac4c5
commit d0a65d4794
8 changed files with 196 additions and 0 deletions

8
appsettings.json Normal file
View File

@@ -0,0 +1,8 @@
{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*"
}