From c2ae508d3ee3719c98767cc8a09e0bab52ff0f58 Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 20 May 2013 22:31:38 +0200 Subject: use ip instead of hostname --- templates/master/dashboard/database.yml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/master') 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 -- cgit v1.2.3