12345678910111213141516171819202122232425 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- //"AllowedHosts": "*",
- //"AgileConfig": {
- // "appId": "3",
- // "secret": "1",
- // "nodes": "http://wms.xingyunyi.cn:9522" //����ڵ�ʹ�ö��ŷָ�
- "AllowedHosts": "*",
- "AgileConfig": {
- "appId": "3",
- "secret": "1",
- "nodes": "http://wms.xingyunyi.cn:9522" //多个节点使用逗号分隔
- },
- "JWT": {
- "SecretKey": "fanlihng@sr.qq.com",
- "Issuer": "sr",
- "Expires": 1,
- "Audience": "sr"
- }
- }
|