Initial checkin.
Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
commit
4db873f74d
19
newsstats.conf.sample
Normal file
19
newsstats.conf.sample
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
### database configuration
|
||||||
|
#
|
||||||
|
# driver, host, credentials and database
|
||||||
|
#
|
||||||
|
DBDriver = mysql
|
||||||
|
DBHost = localhost
|
||||||
|
DBUser =
|
||||||
|
DBPw =
|
||||||
|
DBDatabase = newsstats
|
||||||
|
#
|
||||||
|
# tables
|
||||||
|
#
|
||||||
|
DBTableRaw = raw_de
|
||||||
|
DBTableGrps = groups_de
|
||||||
|
#DBTableClnts =
|
||||||
|
#DBTableHosts =
|
||||||
|
|
||||||
|
### hierarchy configuration
|
||||||
|
TLH = de
|
Loading…
Reference in a new issue