summaryrefslogtreecommitdiffstats
path: root/main/redmine/database.yml
blob: eb934bf765c3d1a3362e582eeb512b249ada1ea6 (plain)
1
2
3
4
5
6
7
8
9
10
# MySQL (default setup).

production:
  adapter: mysql
  database: redmine
  host: localhost
  username: root
  password:
  encoding: utf8