suitepro/plugins/redmine_git_hosting/contrib/github/database-mysql.yml

26 lines
387 B
YAML

production:
adapter: mysql2
database: redmine
host: 127.0.0.1
port: 3306
username: root
password:
encoding: utf8mb4
development:
adapter: mysql2
database: redmine
port: 3306
host: 127.0.0.1
username: root
password:
encoding: utf8mb4
test:
adapter: mysql2
database: redmine
port: 3306
host: 127.0.0.1
username: root
password:
encoding: utf8mb4