12 lines
287 B
C#
12 lines
287 B
C#
namespace Microsoft.eShopOnContainers.Services.Catalog.API
|
|
{
|
|
public class CatalogSettings
|
|
{
|
|
public string ExternalCatalogBaseUrl {get;set;}
|
|
|
|
public string EventBusConnection { get; set; }
|
|
|
|
public string ServiceBusConnectionString { get; set; }
|
|
}
|
|
}
|