blob: 2d10583362a6d26a6ac11d0b6525b3151157e2d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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 = 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
|