You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

26 lines
534 B

  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Debug",
  5. "Microsoft.AspNetCore.Server.*": "Error",
  6. "Microsoft.Extensions.Http.*": "Information",
  7. "Microsoft.AspNetCore.Routing": "Warning",
  8. "Microsoft.AspNetCore.*": "Warning"
  9. }
  10. },
  11. "JT808Configuration": {
  12. "TcpPort": 808,
  13. "UdpPort": 808,
  14. "WebApiPort": 828,
  15. "WebApiToken": "123456"
  16. },
  17. "RemoteServerOptions": {
  18. "DataTransfer": [
  19. //{
  20. // "Host": "127.0.0.1:20000",
  21. // "TerminalNos": []
  22. //}
  23. ]
  24. }
  25. }