Siarhei-Sialitski d60be0ccaa Finally deployed
2023-01-06 19:22:23 +01:00

16 lines
349 B
C#

namespace Coupon.API
{
public class CouponSettings
{
public string ConnectionString { get; set; }
public string CouponMongoDatabase { get; set; }
public string EventBusConnection { get; set; }
public bool UseCustomizationData { get; set; }
public bool AzureStorageEnabled { get; set; }
}
}