diff --git a/config/database.yml b/config/database.yml index 5856d3b67..33d30b7d4 100644 --- a/config/database.yml +++ b/config/database.yml @@ -23,7 +23,8 @@ development: test: <<: *defaults - database: <%= ENV.fetch('DATABASE_NAME', 'timeoverflow_test') %> + host: localhost + database: 'timeoverflow_test' staging: <<: *defaults