duheng
2024-11-21 c653f2f6f2de553395b706de3a62fec5e4a6fbf7
Service/HStation.Service.WE.Core/paras_we_settings.json
文件名从 Service/HStation.Service.WE.Core/paras_equivalent_settings.json 修改
@@ -4,19 +4,19 @@
  "Xhs": {
    "DataBase": {
      "DbType": "PostgreSql", //PostgreSql/SQLite
      "DbType": "SQLite", //PostgreSql/SQLite
      "Factory": {
        "EnableCache": true,
        "CacheTime": 10
      },
      "PostgreSql": {
        "ConnectString": "PORT=5432;DATABASE=hstation_xhs;HOST=localhost;PASSWORD=123456;USER ID=postgres;"
        "ConnectString": "PORT=5432;DATABASE=hstation_pbs_we;HOST=localhost;PASSWORD=123456;USER ID=postgres;"
      },
      "SQLite": {
        "ConnectString": "Data Source=hstation_xhs.db;"
        "ConnectString": "Data Source=hstation_pbs_we.db;"
      }
    },
    "DataFolder": "Xhs",
    "DataFolder": "PBS",
    "CAL": {
      "CALType": "HttpClient", //HttpClient/LocalClient
      "HttpClient": {