aboutsummaryrefslogtreecommitdiff
path: root/conf/conf.cfg-sample
blob: 1dafebcbdbabdac9dc833a54ee3d45f820ea1ca4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[misc]
platform_url = https://pyaggr3g470r.herokuapp.com/
admin_platform_email = 
[database]
uri = postgres://cedric:password@127.0.0.1:5432/pyAggr3g470r
[feedparser]
http_proxy = 
user_agent = pyAggr3g470r (https://bitbucket.org/cedricbonhomme/pyaggr3g470r)
resolve_article_url = 0
[webserver]
debug = 1
host = 0.0.0.0
port = 5000
[mail]
enabled = 0
admin_email = pyAggr3g470r@no-reply.com
host = smtp.googlemail.com
port = 465
tls = 0
ssl = 1
username = your-gmail-username
password = your-gmail-password
bgstack15