20 lines
303 B
Plaintext
20 lines
303 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
|
|
TLH = de
|