From dfdc1bfd9466885058f35aedec6967305ab417ae Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Sat, 15 Dec 2012 14:08:00 -0500 Subject: [PATCH] removed config/database.yml --- config/database.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 config/database.yml diff --git a/config/database.yml b/config/database.yml deleted file mode 100644 index 6705ca8f..00000000 --- a/config/database.yml +++ /dev/null @@ -1,21 +0,0 @@ -development: - min_messages: WARNING - adapter: postgresql - host: 127.0.0.1 - port: 5432 - encoding: unicode - database: metamap002_development - pool: 5 - username: postgres - password: "3112" - -production: - min_messages: WARNING - adapter: postgresql - host: ec2-107-21-107-194.compute-1.amazonaws.com - port: 5432 - encoding: unicode - database: ddcrn2lgphjk9k - pool: 5 - username: qqpckkahytovwv - password: "njeP6cMA8EjM9ukHk9s3ReOdy7"