[#29] add host to database.yml
This commit is contained in:
parent
50735fc977
commit
1bcb179e41
|
@ -6,6 +6,7 @@ production:
|
|||
pool: 5
|
||||
username: rosa
|
||||
password: rosa
|
||||
host: localhost
|
||||
|
||||
test:
|
||||
adapter: postgresql
|
||||
|
|
Loading…
Reference in New Issue