summaryrefslogtreecommitdiff
path: root/templates/master/dashboard/database.yml.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/master/dashboard/database.yml.erb')
-rw-r--r--templates/master/dashboard/database.yml.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/master/dashboard/database.yml.erb b/templates/master/dashboard/database.yml.erb
index f871e72..5c39db5 100644
--- a/templates/master/dashboard/database.yml.erb
+++ b/templates/master/dashboard/database.yml.erb
@@ -1,8 +1,8 @@
production:
adapter: mysql
database: 'dashboard'
- host: '127.0.0.1'
+ host: '<%= @mysql_host %>'
username: 'dashboard'
- password: '<%= mysql_password %>'
+ password: '<%= @mysql_password %>'
encoding: utf8