Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

38 righe
785 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. "JT808Configuration": {
  16. "TcpPort": 808,
  17. "UdpPort": 808,
  18. "WebApiPort": 828,
  19. "WebApiToken": "123456",
  20. //"IgnoreMsgIdReply":[512]
  21. "IgnoreMsgIdReply": []
  22. },
  23. "JT808MsgProducerConfig": {
  24. "TopicName": "JT808Msg",
  25. "BootstrapServers": "127.0.0.1:9092"
  26. },
  27. "JT808MsgReplyConsumerConfig": {
  28. "TopicName": "JT808MsgReply",
  29. "GroupId": "jt808msgreply",
  30. "EnableAutoCommit": true,
  31. "BootstrapServers": "127.0.0.1:9092"
  32. },
  33. "JT808SessionProducerConfig": {
  34. "TopicName": "JT808Session",
  35. "BootstrapServers": "127.0.0.1:9092"
  36. }
  37. }