Switch to staging. -ca is now production
This commit is contained in:
parent
0f4b53c176
commit
27708cd8d7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue