1234567891011121314151617181920212223242526 |
- {
- "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": "124.71.132.255,defaultDatabase=1,password=1234566,connectTimeout=15000,syncTimeout=5000"
- },
- "IniInflux": {
- "infuxUrl": "http://124.71.132.255:8085/",
- "infuxUser": "admin",
- "infuxPwd": "123456"
- },
- "RabbitMQ": {
- "HostName": "124.71.132.255", //IP地址
- "Port": 5672, //端口号
- "UserName": "guest", //用户账号
- "VirtualHost": "/",
- "Password": "guest" //用户密码
- }
- }
|