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/09 00:41:15 UTC

incubator-cmda git commit: first initial

Repository: incubator-cmda
Updated Branches:
  refs/heads/master 31ee6e7e4 -> 48259f3a1


first initial


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

Branch: refs/heads/master
Commit: 48259f3a12fbfd4fb937b377c33356582f761e76
Parents: 31ee6e7
Author: cmusv-sc <cm...@gmail.com>
Authored: Fri Sep 4 17:24:00 2015 -0700
Committer: cmusv-sc <cm...@gmail.com>
Committed: Fri Sep 4 17:24:00 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/48259f3a/app/util/Constants.java
----------------------------------------------------------------------
diff --git a/app/util/Constants.java b/app/util/Constants.java
index 0e7f8c1..c287cfe 100644
--- a/app/util/Constants.java
+++ b/app/util/Constants.java
@@ -37,7 +37,7 @@ public class Constants {
     public static final String GET_DATASETLIST ="getDatasetList/";
 
 	//New backend API (MySQL database)
-	public static final String NEW_BACKEND = "http://localhost:9034/";
+	public static final String NEW_BACKEND = "http://einstein.sv.cmu.edu:9034/";
 	//New service execution log stuff
 	public static final String SERVICE_EXECUTION_LOG =	"serviceExecutionLog/";
 	public static final String SERVICE_EXECUTION_LOG_QUERY =	"queryServiceExecutionLogs";