From 9a69fa645c1b2b3fc54e1b53ee97f0a7e6c07d42 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Thu, 2 Apr 2015 01:29:36 +0300 Subject: wip: Neo4j v2.2.0 authentication support - see issue #419 --- res/etc/rhizi-server.conf.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'res') diff --git a/res/etc/rhizi-server.conf.example b/res/etc/rhizi-server.conf.example index 74146822..73369e4a 100644 --- a/res/etc/rhizi-server.conf.example +++ b/res/etc/rhizi-server.conf.example @@ -16,9 +16,11 @@ listen_address = 127.0.0.1 listen_port = 8080 # ----------------------------------------------------------------------------- -# Data +# Database # neo4j_url = http://127.0.0.1:7474 +neo4j_user = neo4j +neo4j_pw = neo4j # ----------------------------------------------------------------------------- # Logging -- cgit v1.3.1