From 90814be16721a5ab1708045f1bf0e59063080193 Mon Sep 17 00:00:00 2001 From: Moxie Marlinspike Date: Wed, 21 Aug 2013 17:26:36 -0700 Subject: [PATCH] Fix up release parameters --- library/src/org/whispersystems/textsecure/Release.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/src/org/whispersystems/textsecure/Release.java b/library/src/org/whispersystems/textsecure/Release.java index 07cebf4ffa..13d5b78824 100644 --- a/library/src/org/whispersystems/textsecure/Release.java +++ b/library/src/org/whispersystems/textsecure/Release.java @@ -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; }