智慧建筑第三方功能集成微服务,目的是聚集所有涉及到第三方厂商调用的功能,按照业务功能划分不同微服务
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

40 lines
1.4 KiB

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"RedisNodes": "Zrhredis#2019@v4.weienergy.cn:6380 "
},
"IdentityClientConfig": {
"Scheme": "Bearer",
"Authority": "http://v4.weienergy.cn:8100",
"RequireHttpsMetadata": false,
"ApiName": "WeiCloudInfoAPI",
"CorsWithOrigins": [ "http://10.0.102.104:8100" ]
},
"Cap": {
//"CapGroupName": "local-ax-group-api-msg",
"CapGroupName": "v4-ax-group-api-msg",
"RedisConnection": "v4.weienergy.cn:6380,allowadmin=true,password=Zrhredis#2019,defaultDatabase=10",
"DBConnection": "server=v4.weienergy.cn;uid=root;pwd=Zrhdb#2019;port=3307;database=WeiCloudDB.Cap;default command timeout=100;CharSet=utf8;SslMode=None;allowPublicKeyRetrieval=true"
},
"VideoOpen": "1", //0表示部署视频对接,1表示不对接
//大华摄像头的配置
"DahuaAuth": {
"Host": "demo.weienergy.cn:15214",
"ClientId": "taiyanggong",
"RealRootHost": "192.168.21.18:9100", //RTSP实时播放的icc地址
"RealReplaceHost": "demo.weienergy.cn:15210", //rtps试试播放的替换地址
"TimeRootHost": "192.168.21.18:9320", //RTSP历史回放的icc地址
"TimeReplaceHost": "demo.weienergy.cn:15211", //rtps历史回放的替换地址
"ClientSecret": "6d6c78f8-3d4c-4e76-ab6b-827942a7b725",
"Username": "system",
"Password": "Admin123"
}
}