diff options
| author | Alon Levy <alon@pobox.com> | 2015-01-13 14:22:37 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-01-13 14:22:37 +0200 |
| commit | bb7b46c00587303e780a332175181bfc18f3663f (patch) | |
| tree | 51fd87a4603690f6a321af1d3df56f851a1045c1 | |
| parent | 5695d2addf1eb68a4ccbffc4d64afd2f1fb29f33 (diff) | |
server: return etc defaults to dev favorites
| -rw-r--r-- | res/etc/rhizi-server.conf | 5 |
1 files 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 |
