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.

47 lines
1.0 KiB

  1. {
  2. "Logging": {
  3. "Debug": {
  4. "LogLevel": {
  5. "Default": "Trace"
  6. }
  7. },
  8. "Console": {
  9. "LogLevel": {
  10. "Default": "Trace"
  11. }
  12. }
  13. },
  14. "JT808Configuration": {
  15. "TcpPort": 808,
  16. "UdpPort": 808,
  17. "WebApiPort": 828
  18. },
  19. "JT808MsgProducerConfig": {
  20. "TopicName": "JT808Msg",
  21. "BootstrapServers": "127.0.0.1:9092"
  22. },
  23. "JT808MsgConsumerConfig": {
  24. "TopicName": "JT808Msg",
  25. "GroupId": "msg-group",
  26. "BootstrapServers": "127.0.0.1:9092"
  27. },
  28. "JT808MsgReplyProducerConfig": {
  29. "TopicName": "JT808MsgReply",
  30. "BootstrapServers": "127.0.0.1:9092"
  31. },
  32. "JT808MsgReplyConsumerConfig": {
  33. "TopicName": "JT808MsgReply",
  34. "GroupId": "msgreply-group",
  35. "BootstrapServers": "127.0.0.1:9092"
  36. },
  37. "JT808SessionProducerConfig": {
  38. "TopicName": "JT808Session",
  39. "BootstrapServers": "127.0.0.1:9092"
  40. },
  41. "JT808SessionConsumerConfig": {
  42. "TopicName": "JT808Session",
  43. "GroupId": "session-group",
  44. "BootstrapServers": "127.0.0.1:9092"
  45. }
  46. }