14 lines
325 B
C#
14 lines
325 B
C#
namespace Microsoft.eShopOnContainers.Services.Catalog.API
|
|
{
|
|
public class CatalogSettings
|
|
{
|
|
public string PicBaseUrl { get; set; }
|
|
|
|
public string EventBusConnection { get; set; }
|
|
|
|
public bool UseCustomizationData { get; set; }
|
|
|
|
public bool AzureStorageEnabled { get; set; }
|
|
}
|
|
}
|