ningshuxia
2024-05-22 e15d326bf99045464912aad08d18faa0c667cdb5
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
{
  "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
 
  "Docking": {
    "ZyScadaHttpUrl": "http://192.168.201.235:8009/dataController/getCurrentJsonDataOfRedis/义维模型",
    "ZyDispatchRulesHttpUrl": "",
    "Enable": false
  },
 
  "File": {
    "DataFolder": "Data",
    "StationInfoFile": "StationInfo.json",
    "ScadaInfoFile": "ScadaInfo.json",
    "DispatchInfoFile": "DispatchInfo.json"
  },
 
  "DataBase": {
    "Db4DispatchAnalysis": "Db4DispatchAnalysis.db",
    "Db4DispatchSolution": "Db4DispatchSolution.db"
  },
 
  "MemoryCache": {
    "KeepTime": 30,
    "RandomTime": 300
  },
 
  "RedisCache": {
    "Prefix": "IStation"
  }
 
}