SOMS/src/YunDa.Server/Yunda.ISAS.DataMonitoringServer/appsettings.development.json

40 lines
963 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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秒内只联动一次
}
}