From da513d3cd1e9c75ef95a9e7c606422a6a81e4cbf Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 13 Jan 2015 18:40:46 +0200 Subject: server: rename rhizi-server.conf to rhizi-server.conf.example --- res/etc/rhizi-server.conf.example | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 res/etc/rhizi-server.conf.example (limited to 'res/etc/rhizi-server.conf.example') diff --git a/res/etc/rhizi-server.conf.example b/res/etc/rhizi-server.conf.example new file mode 100644 index 00000000..7545eafd --- /dev/null +++ b/res/etc/rhizi-server.conf.example @@ -0,0 +1,17 @@ +# Copy this to rhizi-server.conf +# This file is in the repository and not suitable for changes (i.e. keeping SECRET_KEY) +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 + +# Mail settings +mail_default_sender = rhizi@localhost +feedback_recipient = feedback@localhost + +SECRET_KEY = notverysecretbutpeppyyaya -- cgit v1.3.1