This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Add EventBus connection string to Catalog.API
davidfowl/common-services
Reuben Bond
1 year ago
parent
da024f9812
commit
02c163246b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Services/Catalog/Catalog.API/appsettings.json
+ 1
- 1
src/Services/Catalog/Catalog.API/appsettings.json
View File
@ -17,11 +17,11 @@
}
}
,
"ConnectionStrings"
:
{
"EventBus"
:
"localhost"
,
"CatalogDB"
:
""
}
,
"EventBus"
:
{
"SubscriptionClientName"
:
"Catalog"
,
"ConnectionString"
:
"localhost"
,
"RetryCount"
:
5
}
}
Write
Preview
Loading…
Cancel
Save