From 9f2de32c4ce7f0ad3abf1387e1a7971d5caf8c36 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: Sun, 8 Nov 2020 16:10:27 +0100
Subject: Set more meaningful names for postgres db config.

---
 config/database.yml.postgresql | 6 +++---
 1 file 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
-- 
cgit v1.2.3