diff --git a/config/database.yml b/config/database.yml index 84d4ad2861..10b3b8a1eb 100644 --- a/config/database.yml +++ b/config/database.yml @@ -3,8 +3,8 @@ defaults: &defaults encoding: unicode pool: 5 host: localhost - username: <%= ENV.fetch('DB_USERNAME', 'ofn') %> - password: <%= ENV.fetch('DB_PASSWORD', 'f00d') %> + username: <%= ENV.fetch('OFN_DB_USERNAME', 'ofn') %> + password: <%= ENV.fetch('OFN_DB_PASSWORD', 'f00d') %> development: <<: *defaults