Archived
1
0
Fork 0

config: added sample config.

This commit is contained in:
Henrik Hautakoski 2011-02-06 19:07:10 +01:00
parent 09b6a37cc4
commit 124d9ae438
2 changed files with 12 additions and 0 deletions

1
.gitignore vendored
View file

@ -3,3 +3,4 @@ archived
Makefile.local.mk Makefile.local.mk
test/test_* test/test_*
nbproject nbproject
config.ini

11
config.ini-sample Normal file
View file

@ -0,0 +1,11 @@
[general]
uselog = 0
loglevel = INFO, WARNING, CRITCAL
logdir = logs
[mysql]
host = localhost
username = user
password = password
database = dbname
table = table