@@ -1,10 +1,4 | |||
|
1 | # MySQL (default setup). Versions 4.1 and 5.0 are recommended. | |
|
2 | # | |
|
3 | # Get the fast C bindings: | |
|
4 | # gem install mysql | |
|
5 | # (on OS X: gem install mysql -- --include=/usr/local/lib) | |
|
6 | # And be sure to use new-style password hashing: | |
|
7 | # http://dev.mysql.com/doc/refman/5.0/en/old-client.html | |
|
1 | # MySQL (default setup). | |
|
8 | 2 | |
|
9 | 3 | production: |
|
10 | 4 | adapter: mysql |
@@ -22,6 +16,9 development: | |||
|
22 | 16 | password: |
|
23 | 17 | encoding: utf8 |
|
24 | 18 | |
|
19 | # Warning: The database defined as "test" will be erased and | |
|
20 | # re-generated from your development database when you run "rake". | |
|
21 | # Do not set this db to the same as development or production. | |
|
25 | 22 | test: |
|
26 | 23 | adapter: mysql |
|
27 | 24 | database: redmine_test |
General Comments 0
You need to be logged in to leave comments.
Login now