summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/etc/rhizi-server.conf14
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