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

production:
  adapter: mysql2
  database: redmine
  host: localhost
  username: root
  password:
  encoding: utf8
 
#production:
#  adapter: sqlite3
#  database: /var/lib/redmine/redmine.db