From e82cf040c00e2d274fdb6d8bf4b110e9324a9c87 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Wed, 17 Oct 2012 21:08:11 -0400 Subject: [PATCH] configured db file --- config/database.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/database.yml b/config/database.yml index 9e06d857..013bceae 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-188-58.compute-1.amazonaws.com port: 5432 encoding: unicode - database: metamap002_development + database: da81fvorvn5pp9 pool: 5 - username: postgres - password: "3112" + username: yolhqgtlivenrk + password: "oi_EAZwbXboYjqB_9tWPh2x5YS" test: min_messages: WARNING @@ -23,10 +23,10 @@ test: production: min_messages: WARNING adapter: postgresql - host: 127.0.0.1 + host: ec2-54-243-188-58.compute-1.amazonaws.com port: 5432 encoding: unicode - database: metamap002_production + database: da81fvorvn5pp9 pool: 5 - username: postgres - password: "3112" + username: yolhqgtlivenrk + password: "oi_EAZwbXboYjqB_9tWPh2x5YS"