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.
abp/test/DistEvents/DistDemoApp.MongoDbKafka/appsettings.json

20 lines
451 B

{
"ConnectionStrings": {
"Default": "mongodb://localhost:27018,localhost:27019,localhost:27020/DistEventsDemo"
},
"Kafka": {
"Connections": {
"Default": {
"BootstrapServers": "localhost:9092"
}
},
"EventBus": {
"GroupId": "DistDemoApp",
"TopicName": "DistDemoTopic"
}
},
"Redis": {
"Configuration": "127.0.0.1"
}
}