diff options
Diffstat (limited to 'src/appsettings.json')
| -rw-r--r-- | src/appsettings.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/appsettings.json b/src/appsettings.json new file mode 100644 index 0000000..d9d9a9b --- /dev/null +++ b/src/appsettings.json @@ -0,0 +1,10 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + }, + "AllowedHosts": "*" +} |
