|
|
@@ -0,0 +1,25 @@ |
|
|
|
{ |
|
|
|
"Logging": { |
|
|
|
"IncludeScopes": false, |
|
|
|
"Debug": { |
|
|
|
"LogLevel": { |
|
|
|
"Default": "Trace" |
|
|
|
} |
|
|
|
}, |
|
|
|
"Console": { |
|
|
|
"LogLevel": { |
|
|
|
"Default": "Trace" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"JT808MsgConsumerConfig": { |
|
|
|
"TopicName": "JT808Msg", |
|
|
|
"GroupId": "msg-group", |
|
|
|
"BootstrapServers": "127.0.0.1:9092" |
|
|
|
}, |
|
|
|
"JT808MsgReplyConsumerConfig": { |
|
|
|
"TopicName": "JT808MsgReply", |
|
|
|
"GroupId": "msgreply-group", |
|
|
|
"BootstrapServers": "127.0.0.1:9093" |
|
|
|
} |
|
|
|
} |