Project

General

Profile

Patch #42675 ยป mention-trilogy-in-example-config.patch

Go MAEDA, 2025-05-07 12:05

View differences:

config/database.yml.example
4 4

  
5 5
production:
6 6
  adapter: mysql2
7
  # You can also use "trilogy", an adapter for MySQL-compatible servers.
8
  # adapter: trilogy
7 9
  database: redmine
8 10
  host: localhost
9 11
  username: root
......
19 21

  
20 22
development:
21 23
  adapter: mysql2
24
  # adapter: trilogy
22 25
  database: redmine_development
23 26
  host: localhost
24 27
  username: root
......
33 36
# Do not set this db to the same as development or production.
34 37
test:
35 38
  adapter: mysql2
39
  # adapter: trilogy
36 40
  database: redmine_test
37 41
  host: localhost
38 42
  username: root
    (1-1/1)