From 390c02c011948aa86367856969ac4a40a6d0f8b6 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Thu, 2 Jan 2014 21:42:10 +0100 Subject: [PATCH] change the example line to use postgres only --- config.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml.example b/config.yml.example index 565dd27..d98d583 100644 --- a/config.yml.example +++ b/config.yml.example @@ -1 +1 @@ -:db: "do:postgres://localhost/blogdb" +:db: "postgres://localhost/blogdb"