40 lines
963 B
JSON
40 lines
963 B
JSON
{
|
||
"ConnectionStrings": {
|
||
"MongoDBSetting": {
|
||
"Host": "127.0.0.1",
|
||
"Port": "37017",
|
||
"DatabaseName": "soms_mongodb",
|
||
"IsAuth": "false",
|
||
"UserName": "isasAdmin",
|
||
"PassWord": "123456"
|
||
},
|
||
"WebApi": {
|
||
"Port": 8093
|
||
},
|
||
"Websocket": {
|
||
"Port": 9090,
|
||
"Path": "DataMonitoring",
|
||
"Url": "ws://192.168.81.229:9090/DataMonitoring"
|
||
},
|
||
"RedisSetting": {
|
||
"Host": "127.0.0.1",
|
||
"Port": "36379",
|
||
"Auth": "yunda123",
|
||
"Name": "",
|
||
"ClusterType": null,
|
||
"DefaultDatabaseIndex": "0"
|
||
}
|
||
},
|
||
"ServiceConfig": {
|
||
"SubstationId": null,
|
||
"SubstationName": "",
|
||
"FunctionName": "综自(配电)"
|
||
},
|
||
"SysBaseConfig": {
|
||
"WebAddrUrl": "http://192.168.81.143:38091",
|
||
"WebExternBaseUrl": "https://127.0.0.1:4431",
|
||
"OpenVideoLog": false,
|
||
"LinkAgingSecond": 60 //联动防抖时间,例如设置60,表示60秒内只联动一次
|
||
}
|
||
}
|