From 1f5c818a0dc8c08550d08193a2d6287bb1a94d94 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sat, 22 Sep 2012 23:21:15 -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 54fd3c28..87296b8e 100644 --- a/config/database.yml +++ b/config/database.yml @@ -12,13 +12,13 @@ development: test: 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_test + database: dbct9hosrirq2h pool: 5 - username: postgres - password: "3112" + username: tkbwavghytilon + password: "To6z-64f1Lr3LqpWrcLBPG2Xdv" production: min_messages: WARNING