Skip to content

Commit

Permalink
Update production endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
moxie0 committed Nov 18, 2013
1 parent 7754f74 commit 46e1c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 = "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;
}

0 comments on commit 46e1c98

Please sign in to comment.