Repository: ignite
Updated Branches:
  refs/heads/ignite-843-rc2 97ae680bc -> 80a5b0bcf


IGNITE-843 Fixed email settings.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/80a5b0bc
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/80a5b0bc
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/80a5b0bc

Branch: refs/heads/ignite-843-rc2
Commit: 80a5b0bcfa287c691dd2723165b96bc6d142c031
Parents: 97ae680
Author: Andrey <[email protected]>
Authored: Fri Jan 15 15:34:23 2016 +0700
Committer: Andrey <[email protected]>
Committed: Fri Jan 15 15:34:23 2016 +0700

----------------------------------------------------------------------
 modules/control-center-web/src/main/js/config/default.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/80a5b0bc/modules/control-center-web/src/main/js/config/default.json
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/config/default.json 
b/modules/control-center-web/src/main/js/config/default.json
index 2bd250e..bcc736f 100644
--- a/modules/control-center-web/src/main/js/config/default.json
+++ b/modules/control-center-web/src/main/js/config/default.json
@@ -18,9 +18,9 @@
         "keyPassphrase": "password"
     },
     "smtp": {
-             "service": "gmail",
-         "username": "GridGain Web Console",
-            "email": "[email protected]",
-            "password": "wANyMw4fyjkT0Q6DuEtG"
+         "service": "",
+         "username": "",
+         "email": "",
+         "password": ""
     }
 }

Reply via email to