Mention postgres in the default settings

This commit is contained in:
Alexis Metaireau 2012-06-20 18:16:16 +03:00
parent 4195e11a41
commit 9445f7da59

View file

@ -8,8 +8,8 @@
"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 and mysql //The Type of the database. You can choose between dirty, sqlite, posgres and mysql
//You should use mysql 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
"dbSettings" : { "dbSettings" : {