您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

10 行
205 B

  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Debug" //Warning
  5. }
  6. },
  7. "AllowedHosts": "*",
  8. "AllowedOrigins": "http://jttools.smallchi.cn,https://jttools.smallchi.cn,http://localhost:8080"
  9. }