diff options
| author | Marijn Besseling <njirambem@gmail.com> | 2025-09-07 20:56:09 +0200 |
|---|---|---|
| committer | Marijn Besseling <njirambem@gmail.com> | 2025-09-07 20:56:09 +0200 |
| commit | 9ab322751a732d8cbc1ddf4f2ecf5022d7242baa (patch) | |
| tree | 49abc49c7d148b2f575aa5daef32875d44729561 /Blog/appsettings.json | |
WIP migration
Diffstat (limited to 'Blog/appsettings.json')
| -rw-r--r-- | Blog/appsettings.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Blog/appsettings.json b/Blog/appsettings.json new file mode 100644 index 0000000..10f68b8 --- /dev/null +++ b/Blog/appsettings.json | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | { | ||
| 2 | "Logging": { | ||
| 3 | "LogLevel": { | ||
| 4 | "Default": "Information", | ||
| 5 | "Microsoft.AspNetCore": "Warning" | ||
| 6 | } | ||
| 7 | }, | ||
| 8 | "AllowedHosts": "*" | ||
| 9 | } | ||