aboutsummaryrefslogtreecommitdiff
path: root/conf/conf.cfg-sample
blob: 8e4953f76d09098d7acc32e4624ee3fff9025747 (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
[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
[webserver]
debug = 1
host = 0.0.0.0
port = 5000
[mail]
host =
port = 25
ssl = 0
username = 
password =
bgstack15