From bb7b46c00587303e780a332175181bfc18f3663f Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 13 Jan 2015 14:22:37 +0200 Subject: server: return etc defaults to dev favorites --- res/etc/rhizi-server.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/res/etc/rhizi-server.conf b/res/etc/rhizi-server.conf index 6dc5b1bc..c40aba07 100644 --- a/res/etc/rhizi-server.conf +++ b/res/etc/rhizi-server.conf @@ -3,7 +3,7 @@ listen_port = 8080 development_mode = True neo4j_url = http://127.0.0.1:7474 log_path = rhizi-server.log -access_control = True +access_control = False SERVER_NAME = rhizi.local:8080 DEBUG = True @@ -14,5 +14,4 @@ MAIL_DEFAULT_SENDER = rhizi@localhost MAIL_DEBUG = 0 FEEDBACK_RECIPIENT = feedback@localhost -# it's, ehm, secret -SECRET_KEY = cographmetamaps +SECRET_KEY = notverysecretbutpeppyyaya -- cgit v1.3.1