You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/04/08 22:21:40 UTC

[13/40] git commit: Reverse localhost designation.

Reverse localhost designation.


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

Branch: refs/heads/master
Commit: db226fde292d2f0ba8b4864fdbe6e66dde26746e
Parents: 30c0a98
Author: grey <gr...@apigee.com>
Authored: Mon Mar 31 17:26:13 2014 -0700
Committer: grey <gr...@apigee.com>
Committed: Mon Mar 31 17:26:13 2014 -0700

----------------------------------------------------------------------
 portal/config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/db226fde/portal/config.js
----------------------------------------------------------------------
diff --git a/portal/config.js b/portal/config.js
index 40a968f..12f1fe5 100644
--- a/portal/config.js
+++ b/portal/config.js
@@ -19,7 +19,7 @@ Usergrid.showNotifcations = true;
 
 
 // used only if hostname does not match a real server name
-Usergrid.overrideUrl = 'https://localhost:8080/';
+Usergrid.overrideUrl = 'https://api.usergrid.com/';
 
 Usergrid.options = {
   client:{