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

26 行
404 B

  1. {
  2. "Logging": {
  3. "IncludeScopes": false,
  4. "Debug": {
  5. "LogLevel": {
  6. "Default": "Trace"
  7. }
  8. },
  9. "Console": {
  10. "LogLevel": {
  11. "Default": "Trace"
  12. }
  13. }
  14. },
  15. "ConnectionStrings": {
  16. "TestDbContext": "",
  17. "RedisHost": ""
  18. },
  19. "JT809NettyOptions": {
  20. "Host": "",
  21. "Port": 6566,
  22. "IpWhiteList": [],
  23. "IpWhiteListDisabled": false
  24. }
  25. }