From b614e3b5cbff88b16b87ea8dc1b03ddc53146d15 Mon Sep 17 00:00:00 2001 From: fbehrens Date: Wed, 23 Jan 2013 15:32:31 +0100 Subject: [PATCH] Update config/database.yml.postgresql This was necessary following the installation guide for ubuntu 10.4 with postgres --- config/database.yml.postgresql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.yml.postgresql b/config/database.yml.postgresql index 0e873d2b..2bc0884f 100644 --- a/config/database.yml.postgresql +++ b/config/database.yml.postgresql @@ -6,7 +6,7 @@ production: encoding: unicode database: gitlabhq_production pool: 5 - username: postgres + username: gitlab password: # host: localhost # port: 5432