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