mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 19:29:54 +01:00
8 lines
291 B
Java
8 lines
291 B
Java
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 = true;
|
|
}
|