duheng
2025-03-10 4c9511aac5b0df4c141da6b74bcae94645e3855e
Service/PBS.Service.WE/paras_we_settings.json
@@ -2,21 +2,21 @@
  "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
  "Xhs": {
  "WE": {
    "DataBase": {
      "DbType": "SQLite", //PostgreSql/SQLite
      "DbType": "PostgreSql", //PostgreSql/SQLite
      "Factory": {
        "EnableCache": true,
        "CacheTime": 10
      },
      "PostgreSql": {
        "ConnectString": "PORT=5432;DATABASE=hstation_pbs_we;HOST=localhost;PASSWORD=123456;USER ID=postgres;"
        "ConnectString": "PORT=5432;DATABASE=pbs;HOST=172.19.29.55;PASSWORD=Eventech2010;USER ID=postgres;"
      },
      "SQLite": {
        "ConnectString": "Data Source=hstation_pbs_we.db;"
        "ConnectString": "Data Source=pbs_we.db;"
      }
    },
    "DataFolder": "PBS",
    "DataFolder": "WE",
    "CAL": {
      "CALType": "HttpClient", //HttpClient/LocalClient
      "HttpClient": {