# Conflicts: # docker-compose.override.yml # src/Services/Catalog/Catalog.API/CatalogSettings.cs # src/Services/Catalog/Catalog.API/Controllers/CatalogController.cs # src/Services/Catalog/Catalog.API/Controllers/PicController.cs # src/Services/Catalog/Catalog.API/Infrastructure/CatalogContextSeed.cs # src/Services/Catalog/Catalog.API/settings.json # src/Services/Ordering/Ordering.API/Startup.cs
17 lines
490 B
JSON
17 lines
490 B
JSON
{
|
|
"ConnectionString": "Server=tcp:127.0.0.1,5433;Initial Catalog=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word",
|
|
"PicBaseUrl": "http://localhost:5101",
|
|
"UseCustomizationData": true,
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
}
|
|
},
|
|
"AzureServiceBusEnabled": false,
|
|
"AzureStorageEnabled": true,
|
|
"SubscriptionClientName": "Catalog"
|
|
}
|