123456789101112131415161718192021222324252627282930 |
- {
- "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_Owner_20250319;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",
- "Port": 5673,
- "UserName": "admin",
- "VirtualHost": "/",
- "Password": "ropin@epe",
- "ExchangeName": "rab.video.record.mqtt.DirectExchange",
- "RoutingKey": "rab.video.record.mqtt.key"
- },
- "ServiceUrl": "https://www.dgt.net.cn:103"
- }
|