aboutsummaryrefslogtreecommitdiff
path: root/TJLaskuri.Web/appsettings.json
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2025-08-01 20:22:50 +0300
committerJoel Stålnacke <joel@saker.fi>2025-08-01 20:22:50 +0300
commit40525e4f0ff494a3b5bf9cebad5d00ac25a3d840 (patch)
tree0a2cdf34f68f8a194a20e4c26afdbac771084c72 /TJLaskuri.Web/appsettings.json
Basic domain logic
Diffstat (limited to 'TJLaskuri.Web/appsettings.json')
-rw-r--r--TJLaskuri.Web/appsettings.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/TJLaskuri.Web/appsettings.json b/TJLaskuri.Web/appsettings.json
new file mode 100644
index 0000000..4d56694
--- /dev/null
+++ b/TJLaskuri.Web/appsettings.json
@@ -0,0 +1,9 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.AspNetCore": "Warning"
+ }
+ },
+ "AllowedHosts": "*"
+}