diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-06-05 03:25:53 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-06-05 03:25:53 +0200 |
commit | 51d820e22a4517dbb06d38a4f07f7c48522ef811 (patch) | |
tree | 4a7749cf77223dff2414fd4b73cb17df43d7449e /GitRepoViewer.CorsProxy/appsettings.Development.json | |
download | GitTools-master.tar.xz |
Diffstat (limited to '')
-rw-r--r-- | GitRepoViewer.CorsProxy/appsettings.Development.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/GitRepoViewer.CorsProxy/appsettings.Development.json b/GitRepoViewer.CorsProxy/appsettings.Development.json new file mode 100644 index 0000000..0c208ae --- /dev/null +++ b/GitRepoViewer.CorsProxy/appsettings.Development.json @@ -0,0 +1,8 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + } +} |