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