* adding host: localhost to config
This commit is contained in:
parent
cc45a358e6
commit
676725f693
|
|
@ -1,8 +1,9 @@
|
|||
test:
|
||||
adapter: postgresql
|
||||
database: jam_ruby_test
|
||||
host: localhost
|
||||
pool: 3
|
||||
username: postgres
|
||||
password: postgres
|
||||
timeout: 2000
|
||||
encoding: unicode
|
||||
encoding: unicode
|
||||
|
|
|
|||
Loading…
Reference in New Issue