Added output test for mysql
This commit is contained in:
parent
e93422ecef
commit
131a8b9501
4 changed files with 55 additions and 17 deletions
9
test/config.ini
Normal file
9
test/config.ini
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[general]
|
||||
test = mytest ;
|
||||
|
||||
[mysql]
|
||||
host = localhost ;
|
||||
username = user ;
|
||||
password = pw ;
|
||||
database = development ;
|
||||
table = filesystem ;
|
||||
Reference in a new issue