mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
Fix up release parameters
This commit is contained in:
parent
7f642666dd
commit
90814be167
1 changed files with 3 additions and 3 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 = "http://192.168.1.135:8080";
|
||||
public static final boolean ENFORCE_SSL = false;
|
||||
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 boolean ENFORCE_SSL = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue