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
509 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. "JT808MsgConsumerConfig": {
  16. "TopicName": "JT808NettyMsg",
  17. "EnableAutoCommit": true,
  18. "GroupId": "JT808.NettyMsgHandler",
  19. "BootstrapServers": "127.0.0.1:9092"
  20. },
  21. "JT808MsgReplyProducerConfig": {
  22. "TopicName": "JT808NettyMsgReply",
  23. "BootstrapServers": "127.0.0.1:9092"
  24. }
  25. }