summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-05-20 22:31:38 +0200
committermh <mh@immerda.ch>2013-05-20 22:31:38 +0200
commitc2ae508d3ee3719c98767cc8a09e0bab52ff0f58 (patch)
tree43a86b62d76dccad4da58e7381783414dfc8e7fe
parent98a7e0361ff7523fa86e460e7e2f03b37fd53956 (diff)
use ip instead of hostname
-rw-r--r--templates/master/dashboard/database.yml.erb2
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