blob: 8f65c975c9abaa0e0112125c372c7dafb70eefae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# MySQL (default setup).
production:
adapter: mysql2
database: redmine
host: localhost
username: root
password:
encoding: utf8
#production:
# adapter: sqlite3
# database: redmine
# dbfile: /var/lib/redmine/redmine.db
|