|
@@ -0,0 +1,30 @@
|
|
|
+{
|
|
|
+ "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=60.204.212.71;user id=root;password=Ropin@EPE5744;port=5744;persistsecurityinfo=True;database=SH_HB_Owner_20250321;sslMode=None",
|
|
|
+ "RedisConnection": "60.204.212.71,defaultDatabase=1,password=1234566,connectTimeout=15000,syncTimeout=5000,abortConnect=false"
|
|
|
+ },
|
|
|
+ "RabbitMQ": {
|
|
|
+ "QueueName": "rab.video.record.mqtt", //消息队列名称-摄像头录制
|
|
|
+ "HostName": "60.204.212.71", //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" //本程序的服务地址
|
|
|
+}
|