From 318aeb2b209bd00e816ee5380ac2f610c51f799d Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sat, 22 Sep 2012 23:23:06 -0400 Subject: [PATCH] updated db file --- config/database.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/database.yml b/config/database.yml index 87296b8e..dd462777 100644 --- a/config/database.yml +++ b/config/database.yml @@ -1,13 +1,13 @@ development: min_messages: WARNING adapter: postgresql - host: 127.0.0.1 + host: ec2-54-243-217-241.compute-1.amazonaws.com port: 5432 encoding: unicode - database: issad_development + database: dbct9hosrirq2h pool: 5 - username: postgres - password: "3112" + username: tkbwavghytilon + password: "To6z-64f1Lr3LqpWrcLBPG2Xdv" test: min_messages: WARNING