2017-06-01 10:10:00 +02:00
|
|
|
|
namespace Microsoft.eShopOnContainers.Services.Marketing.API
|
|
|
|
|
{
|
|
|
|
|
public class MarketingSettings
|
|
|
|
|
{
|
|
|
|
|
public string ConnectionString { get; set; }
|
2017-06-13 17:31:37 +02:00
|
|
|
|
public string MongoConnectionString { get; set; }
|
|
|
|
|
public string MongoDatabase { get; set; }
|
2017-06-01 10:10:00 +02:00
|
|
|
|
}
|
|
|
|
|
}
|