1234567891011121314151617181920 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "AllowedHosts": "*",
- "AgileConfig": {
- "appId": "smp.test",
- "secret": "1",
- "nodes": "http://wms.xingyunyi.cn:9522" //¶à¸ö½ÚµãʹÓöººÅ·Ö¸ô
- },
- "JWT": {
- "SecretKey": "fanlihng@sr.qq.com",
- "Issuer": "sr",
- "Expires": 1,
- "Audience": "sr"
- }
- }
|