mirror of https://github.com/abpframework/abp.git
csharpabpc-sharpframeworkblazoraspnet-coredotnet-coreaspnetcorearchitecturesaasdomain-driven-designangularmulti-tenancy
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.
22 lines
583 B
22 lines
583 B
{
|
|
"ConnectionStrings": {
|
|
"Default": "mongodb://localhost:27017/DistEventsDemo?retryWrites=false"
|
|
},
|
|
"Azure": {
|
|
"ServiceBus": {
|
|
"Connections": {
|
|
"Default": {
|
|
"ConnectionString": "Endpoint=sb://localhost:5673;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;"
|
|
}
|
|
}
|
|
},
|
|
"EventBus": {
|
|
"ConnectionName": "Default",
|
|
"SubscriberName": "DistDemoAzureSubscriber",
|
|
"TopicName": "DistDemoAzureTopic"
|
|
}
|
|
},
|
|
"Redis": {
|
|
"Configuration": "127.0.0.1"
|
|
}
|
|
}
|
|
|