diff options
Diffstat (limited to 'res')
| -rw-r--r-- | res/client/css/icons.png | bin | 0 -> 2022 bytes | |||
| -rw-r--r-- | res/etc/rhizi-server.conf | 11 |
2 files changed, 10 insertions, 1 deletions
diff --git a/res/client/css/icons.png b/res/client/css/icons.png Binary files differnew file mode 100644 index 00000000..d2a0da7e --- /dev/null +++ b/res/client/css/icons.png diff --git a/res/etc/rhizi-server.conf b/res/etc/rhizi-server.conf index f5e3c2d3..2d105833 100644 --- a/res/etc/rhizi-server.conf +++ b/res/etc/rhizi-server.conf @@ -3,7 +3,16 @@ listen_port = 8080 development_mode = True neo4j_url = http://127.0.0.1:7474 log_path = rhizi-server.log -access_control = False +access_control = True SERVER_NAME = rhizi.local:8080 DEBUG = True + +# Mail settings +MAIL_DEFAULT_SENDER = rhizi@localhost +# 0/1 (not True - uses int) +MAIL_DEBUG = 0 +FEEDBACK_RECIPIENT = feedback@localhost + +# This should not be committed +SECRET_KEY = cographmetamaps |
