using System; namespace SRDebugger.Internal { public static class SRDebugApi { public const string Protocol = "http://"; public const string EndPoint = "http://srdebugger.stompyrobot.uk"; public const string BugReportEndPoint = "http://srdebugger.stompyrobot.uk/report/submit"; } }