Update production endpoint.
This commit is contained in:
parent
dadabdfaa8
commit
320cc84392
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
package org.whispersystems.textsecure;
|
||||
|
||||
public class Release {
|
||||
public static final String PUSH_SERVICE_URL = "https://gcm.textsecure.whispersystems.org";
|
||||
public static final String PUSH_SERVICE_URL = "https://textsecure-service.whispersystems.org";
|
||||
// public static final String PUSH_SERVICE_URL = "http://192.168.1.135:8080";
|
||||
public static final boolean ENFORCE_SSL = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue