Use localhost in development mode.
This commit is contained in:
parent
95e8359e5e
commit
305e9a706f
|
@ -7,6 +7,7 @@ defaults: &defaults
|
||||||
pool: 5
|
pool: 5
|
||||||
min_messages: warning
|
min_messages: warning
|
||||||
username: <%= ENV['USER'] %>
|
username: <%= ENV['USER'] %>
|
||||||
|
host: localhost
|
||||||
|
|
||||||
production:
|
production:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
|
Loading…
Reference in New Issue
Block a user