aboutsummaryrefslogtreecommitdiff
path: root/conf/conf.cfg-sample
blob: 17c1e5dccdbb73a57dec7a8704edbf48b2d449f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[database]
name = tardys
address = 127.0.0.1
port = 27017
username = root
password = root
[elasticsearch]
host = 127.0.0.1
port = 9200
[crawler]
user_agent = Mozilla/5.0 (X11; Debian; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0
thread_time_out = 10.0
get_time_out = 5.0
content_type = text/html;application/pdf;application/vnd.oasis.opendocument.text;application/vnd.openxmlformats-officedocument.wordprocessingml.document
[webserver]
debug = 1
host = 0.0.0.0
port = 5000
username = admin
password = e5e9fa1ba31ecd1ae84f75caaa474f3a663f05f4
secretkey = 123456790
[mail]
host = arthur.tudor.lu
port = 25
ssl = 0
username = cedric.bonhomme@tudor.lu
bgstack15