Installed ueberDB

This commit is contained in:
Peter 'Pita' Martischka 2011-05-14 18:57:07 +01:00
parent 0c6296c516
commit 68dfff5a21
6 changed files with 134 additions and 66 deletions

View file

@ -1,3 +1,7 @@
{
"port":9001
"port" : 9001,
"dbType" : "sqlite",
"dbSettings" : {
"filename" : "../var/sqlite.db"
}
}