aboutsummaryrefslogtreecommitdiff
path: root/conf/conf.cfg-sample
blob: 23d3b3d5e4e72711349a9f0f72963457c93ce220 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[database]
name = pyaggr3g470r
address = 127.0.0.1
port = 27017
username = root
password = root
[feedparser]
http_proxy = 127.0.0.1:8118
user_agent = pyAggr3g470r (https://bitbucket.org/cedricbonhomme/pyaggr3g470r)
[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