diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2024-08-20 19:27:34 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2024-08-20 19:27:34 -0400 |
commit | 135a9e75e180f3276cceb4e37415f84906e66016 (patch) | |
tree | d697f33f5877451d25fa380a84b917536632e844 /PersonalApi/appsettings.json | |
parent | 7bed94e1589c182dce32c3e277ac07ccf44bfd8f (diff) |
Diffstat (limited to 'PersonalApi/appsettings.json')
-rw-r--r-- | PersonalApi/appsettings.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/PersonalApi/appsettings.json b/PersonalApi/appsettings.json new file mode 100644 index 0000000..10f68b8 --- /dev/null +++ b/PersonalApi/appsettings.json | |||
@@ -0,0 +1,9 @@ | |||
1 | { | ||
2 | "Logging": { | ||
3 | "LogLevel": { | ||
4 | "Default": "Information", | ||
5 | "Microsoft.AspNetCore": "Warning" | ||
6 | } | ||
7 | }, | ||
8 | "AllowedHosts": "*" | ||
9 | } | ||