Adds double quotes in mysql configuration example (#12229).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10729 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
29a474b641
commit
00736951cf
|
@ -7,7 +7,7 @@ production:
|
||||||
database: redmine
|
database: redmine
|
||||||
host: localhost
|
host: localhost
|
||||||
username: root
|
username: root
|
||||||
password:
|
password: ""
|
||||||
encoding: utf8
|
encoding: utf8
|
||||||
|
|
||||||
development:
|
development:
|
||||||
|
@ -15,7 +15,7 @@ development:
|
||||||
database: redmine_development
|
database: redmine_development
|
||||||
host: localhost
|
host: localhost
|
||||||
username: root
|
username: root
|
||||||
password:
|
password: ""
|
||||||
encoding: utf8
|
encoding: utf8
|
||||||
|
|
||||||
# Warning: The database defined as "test" will be erased and
|
# Warning: The database defined as "test" will be erased and
|
||||||
|
@ -26,7 +26,7 @@ test:
|
||||||
database: redmine_test
|
database: redmine_test
|
||||||
host: localhost
|
host: localhost
|
||||||
username: root
|
username: root
|
||||||
password:
|
password: ""
|
||||||
encoding: utf8
|
encoding: utf8
|
||||||
|
|
||||||
test_pgsql:
|
test_pgsql:
|
||||||
|
|
Loading…
Reference in New Issue