12345678910111213141516171819202122232425262728293031323334 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*",
- "ConnectionSetting": {
- //"MySqlConnection": "server=120.26.5.167;user id=root;password=Ropin1234%$#@;port=8605;persistsecurityinfo=True;database=SH_HB_Test;sslMode=None",
- //"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,defaultDatabase=1,password=1234566,connectTimeout=15000,syncTimeout=5000"
-
- "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"
- },
- "IniInflux": {
- "infuxUrl": "http://60.204.212.71:8085/",
- "infuxUser": "admin",
- "infuxPwd": "123456"
- },
- "RabbitMQ": {
- "QueueName": "rabbit@rabbitmq01", //消息队列名称[]
- "HostName": "60.204.212.71", //IP地址
- "Port": 5673, //端口号
- "UserName": "admin", //用户账号
- "VirtualHost": "/",
- "Password": "ropin@epe", //用户密码
- "ExchangeName": "rabbit@rabbitmq01.DirectExchange", //交换机名称【消息队列名称+.DirectExchange】
- "RoutingKey": "rabbit@rabbitmq01.key" //路由键【消息队列名称+.key】
- }
- }
|