@@ -0,0 +1,11 @@ | |||||
{ | |||||
"profiles": { | |||||
"JT808.DotNetty.MsgIdHandler.Test": { | |||||
"commandName": "Project", | |||||
"commandLineArgs": "ASPNETCORE_ENVIRONMENT=Development", | |||||
"environmentVariables": { | |||||
"ASPNETCORE_ENVIRONMENT": "Development" | |||||
} | |||||
} | |||||
} | |||||
} |
@@ -0,0 +1,20 @@ | |||||
{ | |||||
"Logging": { | |||||
"IncludeScopes": false, | |||||
"Debug": { | |||||
"LogLevel": { | |||||
"Default": "Trace" | |||||
} | |||||
}, | |||||
"Console": { | |||||
"LogLevel": { | |||||
"Default": "Trace" | |||||
} | |||||
} | |||||
}, | |||||
"JT808MsgConsumerConfig": { | |||||
"TopicName": "JT808Msg", | |||||
"GroupId": "msg-group", | |||||
"BootstrapServers": "127.0.0.1:9092" | |||||
} | |||||
} |
@@ -0,0 +1,11 @@ | |||||
{ | |||||
"profiles": { | |||||
"JT808.DotNetty.MsgLogging.Test": { | |||||
"commandName": "Project", | |||||
"commandLineArgs": "ASPNETCORE_ENVIRONMENT=Development", | |||||
"environmentVariables": { | |||||
"ASPNETCORE_ENVIRONMENT": "Development" | |||||
} | |||||
} | |||||
} | |||||
} |
@@ -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" | |||||
} | |||||
} |
@@ -0,0 +1,11 @@ | |||||
{ | |||||
"profiles": { | |||||
"JT808.DotNetty.ReplyMessage.Test": { | |||||
"commandName": "Project", | |||||
"commandLineArgs": "ASPNETCORE_ENVIRONMENT=Development", | |||||
"environmentVariables": { | |||||
"ASPNETCORE_ENVIRONMENT": "Development" | |||||
} | |||||
} | |||||
} | |||||
} |
@@ -0,0 +1,20 @@ | |||||
{ | |||||
"Logging": { | |||||
"IncludeScopes": false, | |||||
"Debug": { | |||||
"LogLevel": { | |||||
"Default": "Trace" | |||||
} | |||||
}, | |||||
"Console": { | |||||
"LogLevel": { | |||||
"Default": "Trace" | |||||
} | |||||
} | |||||
}, | |||||
"JT808MsgConsumerConfig": { | |||||
"TopicName": "JT808Msg", | |||||
"GroupId": "msg-group", | |||||
"BootstrapServers": "127.0.0.1:9092" | |||||
} | |||||
} |
@@ -0,0 +1,11 @@ | |||||
{ | |||||
"profiles": { | |||||
"JT808.DotNetty.SessionNotice.Test": { | |||||
"commandName": "Project", | |||||
"commandLineArgs": "ASPNETCORE_ENVIRONMENT=Development", | |||||
"environmentVariables": { | |||||
"ASPNETCORE_ENVIRONMENT": "Development" | |||||
} | |||||
} | |||||
} | |||||
} |
@@ -0,0 +1,20 @@ | |||||
{ | |||||
"Logging": { | |||||
"IncludeScopes": false, | |||||
"Debug": { | |||||
"LogLevel": { | |||||
"Default": "Trace" | |||||
} | |||||
}, | |||||
"Console": { | |||||
"LogLevel": { | |||||
"Default": "Trace" | |||||
} | |||||
} | |||||
}, | |||||
"JT808SessionConsumerConfig": { | |||||
"TopicName": "JT808Session", | |||||
"GroupId": "session-group", | |||||
"BootstrapServers": "127.0.0.1:9094" | |||||
} | |||||
} |
@@ -0,0 +1,11 @@ | |||||
{ | |||||
"profiles": { | |||||
"JT808.DotNetty.Traffic.Test": { | |||||
"commandName": "Project", | |||||
"commandLineArgs": "ASPNETCORE_ENVIRONMENT=Development", | |||||
"environmentVariables": { | |||||
"ASPNETCORE_ENVIRONMENT": "Development" | |||||
} | |||||
} | |||||
} | |||||
} |
@@ -0,0 +1,20 @@ | |||||
{ | |||||
"Logging": { | |||||
"IncludeScopes": false, | |||||
"Debug": { | |||||
"LogLevel": { | |||||
"Default": "Trace" | |||||
} | |||||
}, | |||||
"Console": { | |||||
"LogLevel": { | |||||
"Default": "Trace" | |||||
} | |||||
} | |||||
}, | |||||
"JT808MsgConsumerConfig": { | |||||
"TopicName": "JT808Msg", | |||||
"GroupId": "msg-group", | |||||
"BootstrapServers": "127.0.0.1:9092" | |||||
} | |||||
} |
@@ -0,0 +1,11 @@ | |||||
{ | |||||
"profiles": { | |||||
"JT808.DotNetty.Transmit.Test": { | |||||
"commandName": "Project", | |||||
"commandLineArgs": "ASPNETCORE_ENVIRONMENT=Development", | |||||
"environmentVariables": { | |||||
"ASPNETCORE_ENVIRONMENT": "Development" | |||||
} | |||||
} | |||||
} | |||||
} |
@@ -0,0 +1,20 @@ | |||||
{ | |||||
"Logging": { | |||||
"IncludeScopes": false, | |||||
"Debug": { | |||||
"LogLevel": { | |||||
"Default": "Trace" | |||||
} | |||||
}, | |||||
"Console": { | |||||
"LogLevel": { | |||||
"Default": "Trace" | |||||
} | |||||
} | |||||
}, | |||||
"JT808MsgConsumerConfig": { | |||||
"TopicName": "JT808Msg", | |||||
"GroupId": "msg-group", | |||||
"BootstrapServers": "127.0.0.1:9092" | |||||
} | |||||
} |