mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-25 01:07:47 +00:00
Fix release push service url
This commit is contained in:
parent
fa5ccc3f8a
commit
7fd9946275
@ -1,7 +1,7 @@
|
|||||||
package org.whispersystems.textsecure;
|
package org.whispersystems.textsecure;
|
||||||
|
|
||||||
public class Release {
|
public class Release {
|
||||||
public static final String PUSH_SERVICE_URL = "https://federated.textsecure.whispersystems.org";
|
public static final String PUSH_SERVICE_URL = "https://gcm.textsecure.whispersystems.org";
|
||||||
// public static final String PUSH_SERVICE_URL = "http://192.168.1.135:8080";
|
// public static final String PUSH_SERVICE_URL = "http://192.168.1.135:8080";
|
||||||
public static final boolean ENFORCE_SSL = true;
|
public static final boolean ENFORCE_SSL = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user