diff options
Diffstat (limited to 'res/etc')
| -rw-r--r-- | res/etc/rhizi-server.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/res/etc/rhizi-server.conf b/res/etc/rhizi-server.conf new file mode 100644 index 00000000..f5e3c2d3 --- /dev/null +++ b/res/etc/rhizi-server.conf @@ -0,0 +1,9 @@ +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 |
