using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Sony.Filtr.API { public class ApiConfig { public const string CDNBaseUrl = "https://d2ahw2mlask527.cloudfront.net"; public const string EditorialImageBaseUrl = "https://dhfsk7jl2g0km.cloudfront.net"; public const string ProxyBaseUrl = "https://d2ahw2mlask527.cloudfront.net/Proxy"; } }