2017-04-17 12:28:12 +02:00
|
|
|
|
namespace Microsoft.eShopOnContainers.Services.Catalog.API
|
|
|
|
|
{
|
|
|
|
|
public class CatalogSettings
|
|
|
|
|
{
|
|
|
|
|
public string ExternalCatalogBaseUrl {get;set;}
|
|
|
|
|
|
|
|
|
|
public string EventBusConnection { get; set; }
|
2017-05-24 15:33:05 +02:00
|
|
|
|
|
2017-05-24 19:23:14 +02:00
|
|
|
|
public string ServiceBusConnectionString { get; set; }
|
2017-04-17 12:28:12 +02:00
|
|
|
|
}
|
|
|
|
|
}
|