From 2d6b2b1a50ccbc03cdf622e4a67d351c2365a7a3 Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Thu, 30 Apr 2015 11:49:19 +0000 Subject: [PATCH] Remove username from DB config --- config/database.yml.sample | 1 - 1 file changed, 1 deletion(-) diff --git a/config/database.yml.sample b/config/database.yml.sample index 43edc5a..d90f7b1 100644 --- a/config/database.yml.sample +++ b/config/database.yml.sample @@ -2,7 +2,6 @@ common: &common adapter: postgresql encoding: unicode pool: 5 - username: scube development: <<: *common