From bf17ad2051de62b9b49fb72bf6ae14d23bfef62b Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期四, 11 九月 2025 10:20:20 +0800 Subject: [PATCH] feat:开发 --- FlexJobApi.Core/settings.json | 17 +++++------------ 1 files changed, 5 insertions(+), 12 deletions(-) diff --git a/FlexJobApi.Core/settings.json b/FlexJobApi.Core/settings.json index 3112297..6b673c3 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": "鏈嶅姟鍣ㄥ紓甯革紝璇疯仈绯荤鐞嗗憳" }, @@ -38,7 +40,7 @@ "Microsoft.EntityFrameworkCore": "Information" }, "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,14 +50,5 @@ "MinimumLevel": "Information" } }, - "SupplierPassword": "qwe321", - "DistributedCache": { - "Access": "Redis", - "Configuration": "118.178.252.28:5390,password=Bole123!" - }, - "Aliyun": { - "OSS": { - - } - } + "SupplierPassword": "qwe321" } \ No newline at end of file -- Gitblit v1.9.1