123456789101112131415161718192021222324 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*",
- "Redis": {
- "ConnectionString": "124.71.132.255,defaultDatabase=1,password=1234566,connectTimeout=15000,syncTimeout=5000,abortConnect=false"
- },
- "ConnectionSetting": {
- "MySqlConnection": "server=124.71.132.255;user id=root;password=Ropin@EPE5744;port=5744;persistsecurityinfo=True;database=SH_HB_CustomerTest;sslMode=None"
- },
- "Mqtt": {
- "Ip": "60.204.212.71",
- "Port": 1883,
- "UserName": "admin",
- "Password": "public",
- "Theme": "/UploadTopic",
- "JsonConfig": "[{'name':'gzzs','dataType':'int','group':'1'},{'name':'bj','dataType':'int','group':'1'},{'name':'zs','dataType':'int','group':'1'},{'name':'wd','dataType':'int','group':'1'},{'name':'fcnd','dataType':'int','group':'1'},{'name':'vocs','dataType':'int','group':'1'},{'name':'fs','dataType':'int','group':'1'},{'name':'sd','dataType':'int','group':'1'}]"
- }
- }
|