12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*",
- "Redis": {
- "ConnectionString": "124.71.132.255:6379,defaultDatabase=1,password=1234566,connectTimeout=15000,syncTimeout=5000"
-
- },
- "ConnectionSetting": {
-
-
- "MySqlConnection": "server=124.71.132.255;user id=root;password=Ropin@EPE5744;port=5744;persistsecurityinfo=True;database=SH_HB_CustomerTest;sslMode=None"
-
-
-
-
- },
- "WX": {
- "Token": "qwertyuiop",
- "AppId": "wx40250567e9c14ae6",
- "Secret": "8c1117595f359f4ebc60650ed27e835a",
- "Code2Session": "https://api.weixin.qq.com/sns/jscode2session?appid={0}&secret={1}&js_code={2}&grant_type=authorization_code"
- },
- "JWT": {
- "Issuer": "yandaniu",
- "Audience": "TestAudience",
- "IssuerSigningKey": "yandaniu1234567890",
- "AccessTokenExpiresMinutes": "60",
- "ValidAudience": "yandaniu",
- "RefreshTokenAudience": "RefreshTokenAudience",
- "RefreshTokenExpiresMinutes": "10080"
- },
- "Middleware": {
- "QuartzNetJob": {
- "Enabled": true
- },
- "Consul": {
- "Enabled": false
- }
- },
- "IniInflux": {
- "infuxUrl": "http://124.71.132.255:8085/",
- "infuxUser": "admin",
- "infuxPwd": "123456"
- },
- "IsSendEmail": "true",
- "RabbitMQ": {
- "IsOfficial": "true",
- "QueueName": "rab.cmd.down.device.mqtt",
- "HostName": "124.71.132.255",
- "Port": 5672,
- "UserName": "guest",
- "VirtualHost": "/",
- "Password": "guest"
- }
- }
|