This commit is contained in:
Alexis Metaireau 2012-06-20 18:18:11 +03:00
parent 9445f7da59
commit 53da4c9784

View file

@ -8,7 +8,7 @@
"ip": "0.0.0.0", "ip": "0.0.0.0",
"port" : 9001, "port" : 9001,
//The Type of the database. You can choose between dirty, sqlite, posgres and mysql //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 //You should use mysql, postgres or sqlite for anything else than testing or development
"dbType" : "dirty", "dbType" : "dirty",
//the database specific settings //the database specific settings