From a9b7e50209196381be2aa805039421408c6e8ef6 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 15 Jun 2015 13:03:47 +0200 Subject: [PATCH] Set development database to localhost again --- config/database.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config/database.yml b/config/database.yml index 1e0e165..4bae6fd 100644 --- a/config/database.yml +++ b/config/database.yml @@ -4,8 +4,6 @@ # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' development: - #adapter: sqlite3 - #database: db/development.sqlite3 adapter: postgresql database: debshots_dev username: debshots @@ -30,7 +28,7 @@ production: adapter: postgresql database: debshots username: debshots - password: shootme - host: torf + password: GonwannEn0 + host: localhost pool: 5 timeout: 5000