Fix ActFmInvoker ip address

pull/14/head
Sam Bosley 12 years ago
parent f81880c87c
commit 5b7caa692c

@ -38,7 +38,7 @@ import com.todoroo.astrid.utility.Constants;
public class ActFmInvoker { public class ActFmInvoker {
/** NOTE: these values are development values & will not work on production */ /** NOTE: these values are development values & will not work on production */
private static final String URL = "//192.168.0.101:3000/api/"; private static final String URL = "//10.0.2.2:3000/api/";
private static final String APP_ID = "a4732a32859dbcd3e684331acd36432c"; private static final String APP_ID = "a4732a32859dbcd3e684331acd36432c";
private static final String APP_SECRET = "e389bfc82a0d932332f9a8bd8203735f"; private static final String APP_SECRET = "e389bfc82a0d932332f9a8bd8203735f";

Loading…
Cancel
Save