diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-29 00:17:48 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-29 00:17:48 +0300 |
| commit | 3c49fd4e4d8521bcc418a8dd5e82e3769bea9310 (patch) | |
| tree | c6c8bd5a03a1f93e4285ef8d1745d805a6118f9d | |
| parent | cff9d407b1340f65fd625ddb9e55e33b05b233ea (diff) | |
res/etc/rhizi-server.conf.example: comment out illegal (for now) keys
| -rw-r--r-- | res/etc/rhizi-server.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/etc/rhizi-server.conf.example b/res/etc/rhizi-server.conf.example index e1ea2d22..36e028c6 100644 --- a/res/etc/rhizi-server.conf.example +++ b/res/etc/rhizi-server.conf.example @@ -23,8 +23,8 @@ reverse_proxy_port = # Database # neo4j_url = http://127.0.0.1:7474 -neo4j_user = neo4j -neo4j_pw = neo4j +#neo4j_user = neo4j +#neo4j_pw = neo4j # ----------------------------------------------------------------------------- # Logging |
