From e94d90fd7d2ec6fcb41fb6aa6fc28e3f9d39ba95 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期二, 19 八月 2025 10:50:16 +0800
Subject: [PATCH] feat:开发

---
 FlexJobApi.Core/settings.json |   28 ++++++----------------------
 1 files changed, 6 insertions(+), 22 deletions(-)

diff --git a/FlexJobApi.Core/settings.json b/FlexJobApi.Core/settings.json
index c72356f..b708b4f 100644
--- a/FlexJobApi.Core/settings.json
+++ b/FlexJobApi.Core/settings.json
@@ -17,7 +17,8 @@
   "DynamicApiControllerSettings": {
     "LowercaseRoute": false,
     "KeepName": true,
-    "AsLowerCamelCase": true
+    "AsLowerCamelCase": true,
+    "ModelToQuery": true
   },
   "CorsAccessorSettings": {
     "WithExposedHeaders": [
@@ -28,6 +29,7 @@
   },
   "AllowedHosts": "*",
   "FriendlyExceptionSettings": {
+    "HideErrorCode": true,
     "DefaultErrorCode": "500",
     "DefaultErrorMessage": "鏈嶅姟鍣ㄥ紓甯革紝璇疯仈绯荤鐞嗗憳"
   },
@@ -35,10 +37,10 @@
     "LogLevel": {
       "Default": "Information",
       "Microsoft.AspNetCore": "Warning",
-      "Microsoft.EntityFrameworkCore": "Information"
+      "Microsoft.EntityFrameworkCore": "Warning"
     },
     "File": {
-      "FileName": "Logs/{0:yyyy}-{0:MM}-{0:dd}.log",
+      "FileName": "Logs/logs{0:yyyy}{0:MM}{0:dd}.txt",
       "Append": true,
       "MinimumLevel": "Information",
       "FileSizeLimitBytes": 0,
@@ -48,23 +50,5 @@
       "MinimumLevel": "Information"
     }
   },
-  "SupplierPassword": "qwe321",
-  "DistributedCache": {
-    "Access": "Redis",
-    "Configuration": "118.178.252.28:5390,password=Bole123!"
-  },
-  "Aliyun": {
-    "OSS": {
-      "AccessKeyId": "LTAI4GAdJ88mUMMFBHHiyDmS",
-      "AccessSecret": "NX3AmjOcGkJ8bncQfIVxqmifBWkI0E",
-      "RegionId": "cn-hangzhou",
-      "Endpoint": "http://oss-cn-hangzhou.aliyuncs.com",
-      "BucketName": "waterdroptest2",
-      "Url": "https://waterdroptest2.oss-cn-hangzhou.aliyuncs.com/",
-      "RoleArn": "acs:ram::1483797030072898:role/boleoss",
-      "RoleSessionName": "SessionTest",
-      "Policy": "{\"Version\":\"1\",\"Statement\":[{\"Effect\":\"Allow\",\"Action\":\"oss:PutObject\",\"Resource\":[\"acs:oss:*:*:waterdroptest2/*\",\"acs:oss:*:*:parkmanagement/*\",\"acs:oss:*:*:jurenlian/*\"]}]}",
-      "DurationSeconds": 3600
-    }
-  }
+  "SupplierPassword": "qwe321"
 }
\ No newline at end of file

--
Gitblit v1.9.1