diff --git a/config/database.yml b/config/database.yml index 322a29d46..77c6e0e33 100644 --- a/config/database.yml +++ b/config/database.yml @@ -1,8 +1,9 @@ test: adapter: postgresql database: jam_ruby_test + host: localhost pool: 3 username: postgres password: postgres timeout: 2000 - encoding: unicode \ No newline at end of file + encoding: unicode