12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "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=120.26.5.167;user id=root;password=Ropin1234%$#@;port=8605;persistsecurityinfo=True;database=SH_HB;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" //60*24*7
- },
- "Middleware": {
- "QuartzNetJob": {
- "Enabled": true
- },
- "Consul": {
- "Enabled": false
- }
- }
- }
|