zhengyiming
2025-08-22 f12b337fd0a9273cb982cbc09e3be43a4e078ffc
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",
        //正式版为 "release",体验版为 "trial",开发版为 "develop"
        "EnvVersion": "trial"
      },
      {
        "Code": "Enterprise",
        "AppId": "wx3669dd12a0915f7d",
        "AppSecret": "c03a62ad6822f1c925532c34183e7f7f"
        "AppSecret": "c03a62ad6822f1c925532c34183e7f7f",
        "EnvVersion": "develop"
      }
    ]
  },