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.
 
 
 

27 lines
589 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. "WebApiToken": "123456",
  15. "TcpReaderIdleTimeSeconds":30,
  16. "TcpReceiveTimeoutCheckTimeSeconds":1
  17. },
  18. "RemoteServerOptions": {
  19. "DataTransfer": [
  20. //{
  21. // "Host": "127.0.0.1:20000",
  22. // "TerminalNos": []
  23. //}
  24. ]
  25. }
  26. }