aboutsummaryrefslogtreecommitdiff
path: root/conf/conf.cfg-sample
blob: a830996e043ed3e9c74bd71050b13baebd7cdef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[database]
name = pyaggr3g470r1
address = 127.0.0.1
port = 27017
username = root
password = root
[webserver]
debug = 1
host = 0.0.0.0
port = 5000
[mail]
enabled = 1
host = smtp.googlemail.com
port = 465
tls = 0
ssl = 1
username = your-gmail-username
password = your-gmail-password
mail_from = pyAggr3g470r@no-reply.com
mail_to = recipent-email
bgstack15