This commit is contained in:
GitHub Merge Button 2012-06-20 08:18:38 -07:00
commit dce4a243cc

View file

@ -8,8 +8,8 @@
"ip": "0.0.0.0",
"port" : 9001,
//The Type of the database. You can choose between dirty, sqlite and mysql
//You should use mysql or sqlite for anything else than testing or development
//The Type of the database. You can choose between dirty, sqlite, postgres and mysql
//You should use mysql, postgres or sqlite for anything else than testing or development
"dbType" : "dirty",
//the database specific settings
"dbSettings" : {