summaryrefslogtreecommitdiffstats
path: root/solve/PhotoEditor/appsettings.json
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2024-04-19 00:55:07 +0200
committerLouis Burda <quent.burda@gmail.com>2024-04-19 00:55:07 +0200
commitebb26ae709570a84004c27f34e9307c33ac6b000 (patch)
treeba83f56ec65986cab387c97b771cd0a26e566c60 /solve/PhotoEditor/appsettings.json
parent84e77e74c8d69b33a25938a46700b67a3e835c88 (diff)
downloadcscg24-photoeditor-ebb26ae709570a84004c27f34e9307c33ac6b000.tar.gz
cscg24-photoeditor-ebb26ae709570a84004c27f34e9307c33ac6b000.zip
Add SolutionHEADmaster
Diffstat (limited to 'solve/PhotoEditor/appsettings.json')
-rw-r--r--solve/PhotoEditor/appsettings.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/solve/PhotoEditor/appsettings.json b/solve/PhotoEditor/appsettings.json
new file mode 100644
index 0000000..4d56694
--- /dev/null
+++ b/solve/PhotoEditor/appsettings.json
@@ -0,0 +1,9 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.AspNetCore": "Warning"
+ }
+ },
+ "AllowedHosts": "*"
+}