2017-04-17 12:28:12 +02:00
|
|
|
|
namespace Microsoft.eShopOnContainers.Services.Catalog.API
|
|
|
|
|
{
|
|
|
|
|
public class CatalogSettings
|
|
|
|
|
{
|
2017-05-30 17:16:17 +02:00
|
|
|
|
public string PicBaseUrl { get;set;}
|
2017-04-17 12:28:12 +02:00
|
|
|
|
|
|
|
|
|
public string EventBusConnection { get; set; }
|
2017-06-20 12:54:32 -07:00
|
|
|
|
|
|
|
|
|
public bool UseCustomizationData { get; set; }
|
2020-12-18 11:52:45 +05:30
|
|
|
|
|
|
|
|
|
public bool AzureStorageEnabled { get; set; }
|
2017-04-17 12:28:12 +02:00
|
|
|
|
}
|
|
|
|
|
}
|