From 9445f7da5995389f22d5e97040855169c0444718 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Wed, 20 Jun 2012 18:16:16 +0300 Subject: [PATCH 1/2] 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" : { From 53da4c9784762eae4cc8f1452899b050910ba283 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Wed, 20 Jun 2012 18:18:11 +0300 Subject: [PATCH 2/2] typo --- settings.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.json.template b/settings.json.template index 604545056..562c5ef88 100644 --- a/settings.json.template +++ b/settings.json.template @@ -8,7 +8,7 @@ "ip": "0.0.0.0", "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 "dbType" : "dirty", //the database specific settings