sunpengfei
2025-08-21 8e2a25b07e8d4d003c61c8f7b9ee5e5e542371b4
FlexJobApi.Web.Entry/appsettings.json
@@ -13,6 +13,19 @@
    "ServicePort": 53780,
    "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",
    "Configuration": "118.178.252.28:5390,password=Bole123!"
@@ -22,12 +35,15 @@
      {
        "Code": "Personal",
        "AppId": "wxb9e0baf4f87aa0de",
        "AppSecret": "24abded2cd32b677b1f14ea9ec5767f0"
        "AppSecret": "24abded2cd32b677b1f14ea9ec5767f0",
        //正式版为 "release",体验版为 "trial",开发版为 "develop"
        "EnvVersion": "develop"
      },
      {
        "Code": "Enterprise",
        "AppId": "wx3669dd12a0915f7d",
        "AppSecret": "c03a62ad6822f1c925532c34183e7f7f"
        "AppSecret": "c03a62ad6822f1c925532c34183e7f7f",
        "EnvVersion": "develop"
      }
    ]
  },