aboutsummaryrefslogtreecommitdiffstats
path: root/config/database.yml.postgresql
diff options
context:
space:
mode:
Diffstat (limited to 'config/database.yml.postgresql')
-rw-r--r--config/database.yml.postgresql6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/database.yml.postgresql b/config/database.yml.postgresql
index 09c55d3..a7de61d 100644
--- a/config/database.yml.postgresql
+++ b/config/database.yml.postgresql
@@ -15,7 +15,7 @@
development:
adapter: postgresql
encoding: unicode
- database: refinery_database_development
+ database: hmno_db_dev
pool: 5
username: postgres
password: postgres
@@ -42,7 +42,7 @@ development:
test:
adapter: postgresql
encoding: unicode
- database: refinery_database_test
+ database: hmno_db_test
pool: 5
username: postgres
password: postgres
@@ -51,7 +51,7 @@ test:
production:
adapter: postgresql
encoding: unicode
- database: refinery_database_production
+ database: hmno_db_prod
pool: 5
username: postgres
password: postgres