You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2018/10/29 16:01:48 UTC

ignite git commit: IGNITE-9941 Fixed typo.

Repository: ignite
Updated Branches:
  refs/heads/master 996a1d5ed -> e0cbaec4d


IGNITE-9941 Fixed typo.


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

Branch: refs/heads/master
Commit: e0cbaec4d260c6e43fec09ed09119b9db2070d65
Parents: 996a1d5
Author: Alexey Kuznetsov <ak...@apache.org>
Authored: Mon Oct 29 23:01:41 2018 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Mon Oct 29 23:01:41 2018 +0700

----------------------------------------------------------------------
 modules/web-console/backend/config/settings.json.sample | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/e0cbaec4/modules/web-console/backend/config/settings.json.sample
----------------------------------------------------------------------
diff --git a/modules/web-console/backend/config/settings.json.sample b/modules/web-console/backend/config/settings.json.sample
index 4070163..aa20ab4 100644
--- a/modules/web-console/backend/config/settings.json.sample
+++ b/modules/web-console/backend/config/settings.json.sample
@@ -8,7 +8,8 @@
         "keyPassphrase": "password",
         "disable": {
             "signup": false
-    }    },
+        }
+    },
     "mongodb": {
         "url": "mongodb://localhost/console"
     },