Use localhost in development mode.

This commit is contained in:
Mathias Meyer 2013-11-28 18:19:35 +01:00
parent 95e8359e5e
commit 305e9a706f

View File

@ -7,6 +7,7 @@ defaults: &defaults
pool: 5
min_messages: warning
username: <%= ENV['USER'] %>
host: localhost
production:
<<: *defaults