mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-12 03:12:22 +01:00
15 lines
218 B
YAML
15 lines
218 B
YAML
# MySQL (default setup).
|
|
|
|
production:
|
|
adapter: mysql2
|
|
database: redmine
|
|
host: localhost
|
|
username: root
|
|
password:
|
|
encoding: utf8
|
|
|
|
#production:
|
|
# adapter: sqlite3
|
|
# database: /var/lib/redmine/redmine.db
|
|
|