From f12b337fd0a9273cb982cbc09e3be43a4e078ffc Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 22 八月 2025 14:16:48 +0800 Subject: [PATCH] fix: s --- FlexJobApi.Web.Entry/appsettings.json | 23 ++++++++++++++++++++--- 1 files changed, 20 insertions(+), 3 deletions(-) diff --git a/FlexJobApi.Web.Entry/appsettings.json b/FlexJobApi.Web.Entry/appsettings.json index c1a7fc9..4d00160 100644 --- a/FlexJobApi.Web.Entry/appsettings.json +++ b/FlexJobApi.Web.Entry/appsettings.json @@ -1,5 +1,6 @@ { "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json", + "Environment": "Local", "ConnectionStrings": { "FlexJobApi": "Server=120.26.58.240; Database=Dev_FlexJobApi; User=bole;Password=Bole1472589;Encrypt=false;", "FlexJobApiLog": "Server=120.26.58.240; Database=Dev_FlexJobApiLog; User=bole;Password=Bole1472589;Encrypt=false;", @@ -10,7 +11,20 @@ "ServiceName": "Local_FlexJobServices", "ServiceIP": "localhost", "ServicePort": 53780, - "ServiceHealthCheck": "/healthz" + "ServiceHealthCheck": "/api/user/resource/checkHealth" + }, + "FlexJobServer": { + "ServiceName": "FlexJobServices" + }, + "HumanResourcesServer": { + "ServiceName": "HumanResourcesServices" + }, + "ElectronSignServer": { + "ServiceName": "HumanResourcesServices", + "AppId": "2f31be96-811d-0b3d-d723-3a1bd3b3b55e", + "PrivateKey": "QoaFhN5TNmA4EM6JbUrK2IkK5cMVMWr0", + "Account": "system", + "Password": "qwe321" }, "DistributedCache": { "Access": "Redis", @@ -21,12 +35,15 @@ { "Code": "Personal", "AppId": "wxb9e0baf4f87aa0de", - "AppSecret": "24abded2cd32b677b1f14ea9ec5767f0" + "AppSecret": "24abded2cd32b677b1f14ea9ec5767f0", + //姝e紡鐗堜负 "release"锛屼綋楠岀増涓� "trial"锛屽紑鍙戠増涓� "develop" + "EnvVersion": "trial" }, { "Code": "Enterprise", "AppId": "wx3669dd12a0915f7d", - "AppSecret": "c03a62ad6822f1c925532c34183e7f7f" + "AppSecret": "c03a62ad6822f1c925532c34183e7f7f", + "EnvVersion": "develop" } ] }, -- Gitblit v1.9.1