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

40 lines
963 B
JSON
Raw Normal View History

2024-07-15 10:31:26 +08:00
{
"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,
2024-09-20 09:59:25 +08:00
"SubstationName": "",
"FunctionName": "综自(配电)"
2024-07-15 10:31:26 +08:00
},
"SysBaseConfig": {
"WebAddrUrl": "http://192.168.81.143:38091",
2024-07-15 10:31:26 +08:00
"WebExternBaseUrl": "https://127.0.0.1:4431",
"OpenVideoLog": false,
"LinkAgingSecond": 60 //联动防抖时间例如设置60表示60秒内只联动一次
}
}