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