using System; namespace DevDaysTasks { public static class Constants { // Replace strings with your mobile services and gateway URLs. public static string ApplicationURL = @"https://YOUR-APP-URL.azurewebsites.net"; } }