diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-12-06 21:21:57 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2014-12-06 21:21:57 +0200 |
| commit | 7ae4b250facae7a824452dd118b4b79ed7681119 (patch) | |
| tree | f9e0faecb90ec04238fa59a2b09d5791e6376566 | |
| parent | c47a014de3951967552610c2a2ca93ebf56e5061 (diff) | |
switch config format to k=v
| -rw-r--r-- | res/etc/rhizi-server.conf | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/res/etc/rhizi-server.conf b/res/etc/rhizi-server.conf index bb68768e..f5e3c2d3 100644 --- a/res/etc/rhizi-server.conf +++ b/res/etc/rhizi-server.conf @@ -1,5 +1,9 @@ -{ - "listen_address": "127.0.0.1", - "listen_port": 3000, - "neo4j_url": "http://127.0.0.1:50442" -}
\ No newline at end of file +listen_address = 127.0.0.1 +listen_port = 8080 +development_mode = True +neo4j_url = http://127.0.0.1:7474 +log_path = rhizi-server.log +access_control = False + +SERVER_NAME = rhizi.local:8080 +DEBUG = True |
