From 5b8a7043b39853e2a533273fc051fd1a11b8b02c Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期五, 01 八月 2025 14:28:30 +0800 Subject: [PATCH] fix:修复日志目录被git屏蔽 --- FlexJobApi.Core/settings.json | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/FlexJobApi.Core/settings.json b/FlexJobApi.Core/settings.json index 2925db2..05ffed3 100644 --- a/FlexJobApi.Core/settings.json +++ b/FlexJobApi.Core/settings.json @@ -1,5 +1,25 @@ { "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json", + "SpecificationDocumentSettings": { + "DocumentTitle": "鐏垫椿鐢ㄥ伐 | 瑙勮寖鍖栨帴鍙�", + "GroupOpenApiInfos": [ + { + "Group": "Default", + "Title": "瑙勮寖鍖栨帴鍙f紨绀�", + "Version": "1.0.0", + "Contact": { + "Name": "瀛欓箯椋�" + } + } + ] + }, + "CorsAccessorSettings": { + "WithExposedHeaders": [ + "access-token", + "x-access-token", + "environment" + ] + }, "AllowedHosts": "*", "FriendlyExceptionSettings": { "DefaultErrorCode": "500", -- Gitblit v1.9.1