removed sqlite dependency and made dirty the default db

This commit is contained in:
Peter 'Pita' Martischka 2011-08-17 12:30:35 +01:00
parent 5da30a40bf
commit 95b1ac9393
2 changed files with 3 additions and 3 deletions

View file

@ -9,10 +9,10 @@
"port" : 9001,
//The Type of the database. You can choose between sqlite and mysql
"dbType" : "sqlite",
"dbType" : "dirty",
//the database specific settings
"dbSettings" : {
"filename" : "../var/sqlite.db"
"filename" : "../var/dirty.db"
},
/* An Example of MySQL Configuration