From 64ed1225f42be7f166e34b7fb870332cfffc2221 Mon Sep 17 00:00:00 2001 From: Avneesh Singh <38071184+ironside007@users.noreply.github.com> Date: Mon, 21 May 2018 17:31:02 +0530 Subject: [PATCH] Update settings.json --- settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings.json b/settings.json index d4eccaf..bdc1963 100644 --- a/settings.json +++ b/settings.json @@ -5,8 +5,8 @@ "neo4j_password": "OS5jLkVsOUZCVTdQOU5PazBo" }, "local": { - "neo4j_url": "bolt://localhost", + "neo4j_url": "bolt://localhost7474", "neo4j_user": "neo4j", - "neo4j_password": "neo4j" + "neo4j_password": "avneesh" } -} \ No newline at end of file +}