2017-04-17 12:28:12 +02:00
|
|
|
|
namespace Microsoft.eShopOnContainers.Services.Basket.API
|
2016-10-17 20:10:18 -07:00
|
|
|
|
{
|
|
|
|
|
public class BasketSettings
|
|
|
|
|
{
|
|
|
|
|
public string ConnectionString { get; set; }
|
2017-03-13 11:03:35 +01:00
|
|
|
|
|
|
|
|
|
public string EventBusConnection { get; set; }
|
2017-05-24 15:33:38 +02:00
|
|
|
|
|
2017-05-24 19:23:14 +02:00
|
|
|
|
public string ServiceBusConnectionString { get; set; }
|
2016-10-17 20:10:18 -07:00
|
|
|
|
}
|
|
|
|
|
}
|