From 9445f7da5995389f22d5e97040855169c0444718 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Wed, 20 Jun 2012 18:16:16 +0300 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..604545056 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, sqlite, posgres and mysql + //You should use mysql, postgres or sqlite for anything else than testing or development "dbType" : "dirty", //the database specific settings "dbSettings" : {