summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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