config: added sample config.
This commit is contained in:
parent
09b6a37cc4
commit
124d9ae438
2 changed files with 12 additions and 0 deletions
11
config.ini-sample
Normal file
11
config.ini-sample
Normal 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
|
||||
Reference in a new issue