From 084c7cf32c150e34cc575801b95bbb101e4d522f Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Thu, 23 Apr 2015 17:22:09 +0200 Subject: [PATCH] Using local dev and test databases. --- config/database.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/database.yml b/config/database.yml index 187ad98..1e0e165 100644 --- a/config/database.yml +++ b/config/database.yml @@ -7,10 +7,10 @@ development: #adapter: sqlite3 #database: db/development.sqlite3 adapter: postgresql - database: debshots + database: debshots_dev username: debshots - password: shootme - host: torf + password: GonwannEn0 + host: localhost pool: 5 timeout: 5000 @@ -19,10 +19,10 @@ development: # Do not set this db to the same as development or production. test: adapter: postgresql - database: debshots + database: debshots_test username: debshots - password: shootme - host: torf + password: GonwannEn0 + host: localhost pool: 5 timeout: 5000