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.erb8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/master/dashboard/database.yml.erb b/templates/master/dashboard/database.yml.erb
new file mode 100644
index 0000000..df7a376
--- /dev/null
+++ b/templates/master/dashboard/database.yml.erb
@@ -0,0 +1,8 @@
+production:
+ adapter: mysql
+ database: 'dashboard',
+ host: 'localhost'
+ username: 'dashboard'
+ password: '<%= mysql_password %>'
+ encoding: utf8
+