1234567891011121314151617181920212223242526272829303132333435 |
- {
- "ConnectionStrings": {
- "MongoDBSetting": {
- "Host": "192.168.81.32",
- "Port": "37017",
- "DatabaseName": "isas_mongodb",
- "IsAuth": "false",
- "UserName": "isasAdmin",
- "PassWord": "123456"
- },
- "DataMonitoring": {
- "url": "ws://192.168.81.32:9090/DataMonitoring"
- },
- "websocket": {
- "port": 9090,
- "path": "DataMonitoring"
- },
- "RedisSetting": {
- "Host": "192.168.81.32",
- "Port": "36379",
- "Auth": "",
- "Name": "",
- "ClusterType": null,
- "DefaultDatabaseIndex": "0"
- }
- },
- "ServiceConfig": {
- "SubstationId": null,
- "SubstationName": ""
- },
- "SysBaseConfig": {
- "WebAddrUrl": "http://192.168.81.32:8090",
- "WebExternBaseUrl": "https://192.168.81.32:4431"
- }
- }
|