1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*",
- "Redis": {
-
- "ConnectionString": "60.204.212.71,defaultDatabase=1,password=1234566,connectTimeout=15000,syncTimeout=5000,abortConnect=false"
- },
- "ConnectionSetting": {
-
-
- "MySqlConnection": "server=60.204.212.71;user id=root;password=Ropin@EPE5744;port=5744;persistsecurityinfo=True;database=SH_HB_Owner_20250321;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://60.204.212.71:8085/",
- "infuxUser": "admin",
- "infuxPwd": "123456"
- },
- "IsSendEmail": "true",
- "AIIsUpdate": "false",
- "RabbitMQ": {
- "IsOfficial": "true",
- "QueueName": "rab.cmd.down.device.mqtt",
- "HostName": "60.204.212.71",
- "Port": 5673,
- "UserName": "admin",
- "VirtualHost": "/",
- "Password": "ropin@epe"
- }
- }
|