ningshuxia
2025-03-17 0ff91ddf5efed53b06bbb50c052bae0e7bdc47aa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
 
 
  "WE": {
    "DataBase": {
      "DbType": "PostgreSql", //PostgreSql/SQLite
      "Factory": {
        "EnableCache": true,
        "CacheTime": 10
      },
      "PostgreSql": {
        "ConnectString": "PORT=5432;DATABASE=pbs;HOST=172.19.29.55;PASSWORD=Eventech2010;USER ID=postgres;"
      },
      "SQLite": {
        "ConnectString": "Data Source=pbs_we.db;"
      }
    },
    "DataFolder": "WE",
    "CAL": {
      "CALType": "HttpClient", //HttpClient/LocalClient
      "HttpClient": {
        "HttpUrl": ""
      },
      "LocalClient": {
      }
    },
    "File": {
      "Suffix": ".ywrvt",
      "Password": ""
    }
  }
 
 
}