summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2014-09-24 02:00:49 +0300
committerLV-426 <lv-426@taproot.org.il>2014-09-24 02:00:49 +0300
commit2b19a163205bf8fadf026cba3937560046e58bdf (patch)
treef670d592559ad5c15a103e488534893563ead570
parent391d02c6770fd9b7dea5014bfa974f675388c5c6 (diff)
add listen_address, listen_port conf options
-rw-r--r--res/etc/rhizi-backend.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/etc/rhizi-backend.conf b/res/etc/rhizi-backend.conf
index ae321264..0ec058d4 100644
--- a/res/etc/rhizi-backend.conf
+++ b/res/etc/rhizi-backend.conf
@@ -1,3 +1,5 @@
{
+ "listen_address": "127.0.0.1",
+ "listen_port": "3000",
"neo4j_url": "http://127.0.0.1:50442"
} \ No newline at end of file