diff options
author | mh <mh@immerda.ch> | 2013-05-20 22:31:38 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2013-05-20 22:31:38 +0200 |
commit | c2ae508d3ee3719c98767cc8a09e0bab52ff0f58 (patch) | |
tree | 43a86b62d76dccad4da58e7381783414dfc8e7fe /templates/master | |
parent | 98a7e0361ff7523fa86e460e7e2f03b37fd53956 (diff) |
use ip instead of hostname
Diffstat (limited to 'templates/master')
-rw-r--r-- | templates/master/dashboard/database.yml.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/master/dashboard/database.yml.erb b/templates/master/dashboard/database.yml.erb index f501c33..f871e72 100644 --- a/templates/master/dashboard/database.yml.erb +++ b/templates/master/dashboard/database.yml.erb @@ -1,7 +1,7 @@ production: adapter: mysql database: 'dashboard' - host: 'localhost' + host: '127.0.0.1' username: 'dashboard' password: '<%= mysql_password %>' encoding: utf8 |