22 lines
412 B
Plaintext
22 lines
412 B
Plaintext
### database configuration
|
|
#
|
|
# driver, host, credentials and database
|
|
#
|
|
DBDriver = mysql
|
|
DBHost = localhost
|
|
DBUser =
|
|
DBPw =
|
|
DBDatabase = newsstats
|
|
#
|
|
# tables
|
|
#
|
|
DBTableRaw = raw_de
|
|
DBTableGrps = groups_de
|
|
DBTableHosts = hosts_de
|
|
#DBTableClnts =
|
|
|
|
### hierarchy configuration
|
|
# comma-separated list of TLHs to parse
|
|
# newsgroups not starting with one of those patterns are not counted
|
|
TLH = de
|