| | |
| | | "$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": { |