From 27708cd8d724a1870d736dfdad3fc1483bcb97f7 Mon Sep 17 00:00:00 2001 From: lilia Date: Fri, 10 Oct 2014 16:32:15 -0700 Subject: [PATCH] Switch to staging. -ca is now production --- js/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/api.js b/js/api.js index 68444a0f8..eb20db899 100644 --- a/js/api.js +++ b/js/api.js @@ -25,7 +25,7 @@ window.textsecure.api = function() { *** Utilities to communicate with the server *** ************************************************/ // Staging server - var URL_BASE = "https://textsecure-service-ca.whispersystems.org:4433"; + var URL_BASE = "https://textsecure-service-staging.whispersystems.org"; self.relay = "textsecure-service-staging.whispersystems.org"; // This is the real server