From bee9a05ec3d320e70a358841ffcbd7684cd48976 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Wed, 20 Jun 2012 17:36:05 +0200 Subject: [PATCH] mention postgres in the default settings --- settings.json.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.json.template b/settings.json.template index f89fcd8ed..7d175a34e 100644 --- a/settings.json.template +++ b/settings.json.template @@ -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" : {