summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-05-20 22:19:35 +0200
committermh <mh@immerda.ch>2013-05-20 22:19:35 +0200
commite7268a8b4dc50898bbcc0701231bb0ca64644b6f (patch)
tree53ce0952916a2ffe66475a54e9f9c977c42c3be0
parent7efe3fd46d97ad1a3be52e4b642f51bace5ac35e (diff)
fix template
-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 df7a376..f501c33 100644
--- a/templates/master/dashboard/database.yml.erb
+++ b/templates/master/dashboard/database.yml.erb
@@ -1,6 +1,6 @@
production:
adapter: mysql
- database: 'dashboard',
+ database: 'dashboard'
host: 'localhost'
username: 'dashboard'
password: '<%= mysql_password %>'