minor update

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

Branch: refs/heads/ignite-7777
Commit: 70041c19bcad3d5f2f98189527a73d6e12f3baf7
Parents: 6463f25
Author: ekaterina-nbl <ekaterina.vergiz...@nobitlost.com>
Authored: Tue May 8 21:23:21 2018 +0300
Committer: ekaterina-nbl <ekaterina.vergiz...@nobitlost.com>
Committed: Tue May 8 21:23:21 2018 +0300

----------------------------------------------------------------------
 modules/platforms/nodejs/examples/AuthTlsExample.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/70041c19/modules/platforms/nodejs/examples/AuthTlsExample.js
----------------------------------------------------------------------
diff --git a/modules/platforms/nodejs/examples/AuthTlsExample.js 
b/modules/platforms/nodejs/examples/AuthTlsExample.js
index 16ee483..bfe2583 100644
--- a/modules/platforms/nodejs/examples/AuthTlsExample.js
+++ b/modules/platforms/nodejs/examples/AuthTlsExample.js
@@ -24,7 +24,7 @@ const CacheEntry = IgniteClient.CacheEntry;
 const ScanQuery = IgniteClient.ScanQuery;
 const IgniteClientConfiguration = IgniteClient.IgniteClientConfiguration;
 
-const ENDPOINT = 'localhost:11110';
+const ENDPOINT = 'localhost:10800';
 const USER_NAME = 'ignite';
 const PASSWORD = 'ignite';
 

Reply via email to