mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-02 23:31:34 +01:00
11 lines
141 B
YAML
11 lines
141 B
YAML
# MySQL (default setup).
|
|
|
|
production:
|
|
adapter: mysql
|
|
database: redmine
|
|
host: localhost
|
|
username: root
|
|
password:
|
|
encoding: utf8
|
|
|