文件名从 Service/HStation.Service.WE.Core/paras_equivalent_settings.json 修改 |
| | |
| | | |
| | | "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": { |