12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*",
- "ConnectionSetting": {
- "MySqlConnection": "server=117.78.26.193;user id=root;password=Xhrz@2018;port=8635;persistsecurityinfo=True;database=SH_FFP_Test;sslMode=None"
- },
- "WX": {
- "Token": "qwertyuiop",
- "AppId": "wxa75c65d6672168a8",
- "Secret": "7b7e98f8ea51f2b2826a507751a99785",
- "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": false
- },
- "Consul": {
- "Enabled": false
- }
- }
- }
|