Merge pull request #803 from ametaireau/postgres-in-settings

mention postgres in the default settings
This commit is contained in:
John McLear 2012-06-20 08:45:03 -07:00
commit ab467310f5
1 changed files with 2 additions and 2 deletions

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, postgres, sqlite and mysql
//You shouldn't use "dirty" for for anything else than testing or development
"dbType" : "dirty",
//the database specific settings
"dbSettings" : {