You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cmda.apache.org by xi...@apache.org on 2015/09/05 02:20:41 UTC

[37/50] [abbrv] incubator-cmda git commit: Change Constants.java

Change Constants.java

Project: http://git-wip-us.apache.org/repos/asf/incubator-cmda/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cmda/commit/2990a2cf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cmda/tree/2990a2cf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cmda/diff/2990a2cf

Branch: refs/heads/master
Commit: 2990a2cf2e0ce5f6149dc2d2e578c939f68d6b28
Parents: 42e1e0a
Author: mingqi830 <mq...@andrew.cmu.edu>
Authored: Fri Sep 4 16:14:21 2015 -0700
Committer: mingqi830 <mq...@andrew.cmu.edu>
Committed: Fri Sep 4 16:14:21 2015 -0700

----------------------------------------------------------------------
 app/util/Constants.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/2990a2cf/app/util/Constants.java
----------------------------------------------------------------------
diff --git a/app/util/Constants.java b/app/util/Constants.java
index a2813ae..51a72d5 100644
--- a/app/util/Constants.java
+++ b/app/util/Constants.java
@@ -36,7 +36,7 @@ public class Constants {
     public static final String GET_DATASETLIST ="getDatasetList/";
 
 	//New backend API (MySQL database)
-	public static final String NEW_BACKEND = "http://einstein.sv.cmu.edu:9034/";
+	public static final String NEW_BACKEND = "http://localhost:9034/";
 	//New service execution log stuff
 	public static final String SERVICE_EXECUTION_LOG =	"serviceExecutionLog/";
 	public static final String SERVICE_EXECUTION_LOG_QUERY =	"queryServiceExecutionLogs";