12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*",
- "ConnectionSetting": {
- //"MySqlConnection": "server=124.71.132.255;user id=root;password=Ropin@EPE5744;port=5744;persistsecurityinfo=True;database=SH_HB_CustomerTest;sslMode=None",
- //"RedisConnection": "60.204.212.71:6380,defaultDatabase=2,password=1234566,connectTimeout=15000,syncTimeout=5000",
- //"RedisConnection": "60.204.212.71,defaultDatabase=1,password=1234566,connectTimeout=15000,syncTimeout=5000,abortConnect=false",
- //"MySqlConnection": "server=124.71.132.255;user id=root;password=Ropin@EPE5744;port=5744;persistsecurityinfo=True;database=SH_HB_Owner_20241213;sslMode=None"
- "MySqlConnection": "server=124.71.132.255;user id=root;password=Ropin@EPE5744;port=5744;persistsecurityinfo=True;database=SH_HB_Test;sslMode=None",
- "RedisConnection": "124.71.132.255:6379,defaultDatabase=1,password=1234566,connectTimeout=15000,syncTimeout=5000"
- },
- "RabbitMQ": {
- "QueueName": "rab.video.record.mqtt", //消息队列名称-摄像头录制
- "HostName": "124.71.132.255", //IP地址
- "Port": 5673, //端口号
- "UserName": "admin", //用户账号
- "VirtualHost": "/",
- "Password": "ropin@epe", //用户密码
- "ExchangeName": "rab.video.record.mqtt.DirectExchange", //交换机名称【消息队列名称+.DirectExchange】
- "RoutingKey": "rab.video.record.mqtt.key" //路由键【消息队列名称+.key】
- },
- "ServiceUrl": "https://www.dgt.net.cn:103", //本程序的服务地址
- "MinioSettings": {
- "Urls": "http://60.204.212.71:19000",
- "BucketName": "huanbao", //"devalamvideobuckename",
- "Endpoint": "60.204.212.71:19000", //"http://60.204.212.71:9000",
- //"AccessKey": "1Iv7S6uxln1yZdz5pAUx",
- //"SecretKey": "Hkx2EJU4MDwMGeDfaFeL9jkef2AZyfZXSUYQ30FC",
- "AccessKey": "DnoIplsC8d4HEtgtZNeH",
- "SecretKey": "LejZtCAEphekBYdsMPd2dR6CcYbkEWLw8wcaUpZV",
- "UseSSL": false
- }
- }
|