diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-09-24 02:00:49 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2014-09-24 02:00:49 +0300 |
| commit | 2b19a163205bf8fadf026cba3937560046e58bdf (patch) | |
| tree | f670d592559ad5c15a103e488534893563ead570 /res/etc | |
| parent | 391d02c6770fd9b7dea5014bfa974f675388c5c6 (diff) | |
add listen_address, listen_port conf options
Diffstat (limited to 'res/etc')
| -rw-r--r-- | res/etc/rhizi-backend.conf | 2 |
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 |
