@@ -1,44 +1,47 | |||||
1 | # MySQL (default setup). Versions 4.1 and 5.0 are recommended. |
|
1 | # MySQL (default setup). Versions 4.1 and 5.0 are recommended. | |
2 | # |
|
2 | # | |
3 | # Get the fast C bindings: |
|
3 | # Get the fast C bindings: | |
4 | # gem install mysql |
|
4 | # gem install mysql | |
5 | # (on OS X: gem install mysql -- --include=/usr/local/lib) |
|
5 | # (on OS X: gem install mysql -- --include=/usr/local/lib) | |
6 | # And be sure to use new-style password hashing: |
|
6 | # And be sure to use new-style password hashing: | |
7 | # http://dev.mysql.com/doc/refman/5.0/en/old-client.html |
|
7 | # http://dev.mysql.com/doc/refman/5.0/en/old-client.html | |
8 |
|
8 | |||
9 | production: |
|
9 | production: | |
10 | adapter: mysql |
|
10 | adapter: mysql | |
11 | database: redmine |
|
11 | database: redmine | |
12 | host: localhost |
|
12 | host: localhost | |
13 | username: root |
|
13 | username: root | |
14 | password: |
|
14 | password: | |
|
15 | encoding: utf8 | |||
15 |
|
16 | |||
16 | development: |
|
17 | development: | |
17 | adapter: mysql |
|
18 | adapter: mysql | |
18 | database: redmine_development |
|
19 | database: redmine_development | |
19 | host: localhost |
|
20 | host: localhost | |
20 | username: root |
|
21 | username: root | |
21 | password: |
|
22 | password: | |
|
23 | encoding: utf8 | |||
22 |
|
24 | |||
23 | test: |
|
25 | test: | |
24 | adapter: mysql |
|
26 | adapter: mysql | |
25 | database: redmine_test |
|
27 | database: redmine_test | |
26 | host: localhost |
|
28 | host: localhost | |
27 | username: root |
|
29 | username: root | |
28 | password: |
|
30 | password: | |
|
31 | encoding: utf8 | |||
29 |
|
32 | |||
30 | test_pgsql: |
|
33 | test_pgsql: | |
31 | adapter: postgresql |
|
34 | adapter: postgresql | |
32 | database: redmine_test |
|
35 | database: redmine_test | |
33 | host: localhost |
|
36 | host: localhost | |
34 | username: postgres |
|
37 | username: postgres | |
35 | password: "postgres" |
|
38 | password: "postgres" | |
36 |
|
39 | |||
37 | test_sqlite3: |
|
40 | test_sqlite3: | |
38 | adapter: sqlite3 |
|
41 | adapter: sqlite3 | |
39 | dbfile: db/test.db |
|
42 | dbfile: db/test.db | |
40 |
|
43 | |||
41 | demo: |
|
44 | demo: | |
42 | adapter: sqlite3 |
|
45 | adapter: sqlite3 | |
43 | dbfile: db/demo.db |
|
46 | dbfile: db/demo.db | |
44 |
|
47 |
General Comments 0
You need to be logged in to leave comments.
Login now