From b650804fe902de02b8b1b6758deca642a4cc1c59 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sat, 10 May 2025 07:32:56 +0000 Subject: [PATCH] Mention Trilogy adapter in config/database.yml.example (#42675). git-svn-id: https://svn.redmine.org/redmine/trunk@23754 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/database.yml.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/database.yml.example b/config/database.yml.example index 6b0849602..9fdccac06 100644 --- a/config/database.yml.example +++ b/config/database.yml.example @@ -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