aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-api/CrupestApi/appsettings.json
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-26 17:21:33 +0800
committercrupest <crupest@outlook.com>2022-11-26 17:21:33 +0800
commit31af13e54a1fa2c669f7d8ecca8a0c8e2d067676 (patch)
tree588d8efd20f1e427a9c72ce8fadd8a5dcb0b4879 /docker/crupest-api/CrupestApi/appsettings.json
parent6259ab6ae42fefc3328d61fd016401342c08a90f (diff)
downloadcrupest-31af13e54a1fa2c669f7d8ecca8a0c8e2d067676.tar.gz
crupest-31af13e54a1fa2c669f7d8ecca8a0c8e2d067676.tar.bz2
crupest-31af13e54a1fa2c669f7d8ecca8a0c8e2d067676.zip
Add crupest-api.
Diffstat (limited to 'docker/crupest-api/CrupestApi/appsettings.json')
-rw-r--r--docker/crupest-api/CrupestApi/appsettings.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/docker/crupest-api/CrupestApi/appsettings.json b/docker/crupest-api/CrupestApi/appsettings.json
new file mode 100644
index 0000000..53753bd
--- /dev/null
+++ b/docker/crupest-api/CrupestApi/appsettings.json
@@ -0,0 +1,8 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information"
+ }
+ },
+ "AllowedHosts": "*"
+} \ No newline at end of file