summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-04-02 01:29:36 +0300
committerLV-426 <lv-426@taproot.org.il>2015-04-02 01:29:55 +0300
commit9a69fa645c1b2b3fc54e1b53ee97f0a7e6c07d42 (patch)
treeda5672e791c738d37c58e1d2afc29c04df023915 /res
parentda8f0d1b5e26bbe1bbd9ee1ced1d0760edc40eba (diff)
wip: Neo4j v2.2.0 authentication support - see issue #419
Diffstat (limited to 'res')
-rw-r--r--res/etc/rhizi-server.conf.example4
1 files changed, 3 insertions, 1 deletions
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