summaryrefslogtreecommitdiff
path: root/templates/master/dashboard/database.yml.erb
blob: 5c39db5124f1bd8283e333080a830c28c55805be (plain)
1
2
3
4
5
6
7
8
production:
  adapter: mysql
  database: 'dashboard'
  host:     '<%= @mysql_host %>'
  username: 'dashboard'
  password: '<%= @mysql_password %>'
  encoding: utf8