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