diff --git a/config/database.yml b/config/database.yml index 9e8a11c..8232551 100644 --- a/config/database.yml +++ b/config/database.yml @@ -43,4 +43,8 @@ development: # Do not set this db to the same as development or production. test: <<: *default - database: storage/test.sqlite3 + adapter: postgresql + database: debshots_test + username: debshots_tests + password: GonwannEn0 + host: localhost