Fix dirty path for windows

pull/557/head
Peter 'Pita' Martischka 2012-03-04 19:50:52 +01:00
parent 4e78a6b9cc
commit 5396cd68db
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"dbType" : "dirty", "dbType" : "dirty",
//the database specific settings //the database specific settings
"dbSettings" : { "dbSettings" : {
"filename" : "../var/dirty.db" "filename" : "var/dirty.db"
}, },
/* An Example of MySQL Configuration /* An Example of MySQL Configuration