10 lines
412 B
JSON
10 lines
412 B
JSON
{
|
|
"ConnectionString": "Server=tcp:127.0.0.1,5433;Initial Catalog=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word",
|
|
"ExternalCatalogBaseUrl": "http://localhost:5101",
|
|
"IdentityUrl": "http://localhost:5105",
|
|
"isTest": "true",
|
|
"EventBusConnection": "localhost",
|
|
"PicBaseUrl": "http://localhost:5101/api/v1/catalog/items/[0]/pic/",
|
|
"SubscriptionClientName": "Catalog"
|
|
}
|