1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Mention Trilogy adapter in config/database.yml.example (#42675).

git-svn-id: https://svn.redmine.org/redmine/trunk@23754 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2025-05-10 07:32:56 +00:00
parent 6b06d5b171
commit b650804fe9

View File

@ -4,6 +4,8 @@
production:
adapter: mysql2
# You can also use "trilogy", an adapter for MySQL-compatible servers.
# adapter: trilogy
database: redmine
host: localhost
username: root
@ -19,6 +21,7 @@ production:
development:
adapter: mysql2
# adapter: trilogy
database: redmine_development
host: localhost
username: root
@ -33,6 +36,7 @@ development:
# Do not set this db to the same as development or production.
test:
adapter: mysql2
# adapter: trilogy
database: redmine_test
host: localhost
username: root