diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-10-27 08:50:33 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-10-27 08:50:33 +0000 |
commit | 00736951cf62860582bc5b975f4d10a607d9c356 (patch) | |
tree | 41656e970227c1e2f0610828ec8aacf0ed39f9af /config/database.yml.example | |
parent | 29a474b641d50c627263d7aa0bfc681d12d94c8d (diff) | |
download | redmine-00736951cf62860582bc5b975f4d10a607d9c356.tar.gz redmine-00736951cf62860582bc5b975f4d10a607d9c356.zip |
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
Diffstat (limited to 'config/database.yml.example')
-rw-r--r-- | config/database.yml.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/database.yml.example b/config/database.yml.example index 21337802d..8992a5aa8 100644 --- a/config/database.yml.example +++ b/config/database.yml.example @@ -7,7 +7,7 @@ production: database: redmine host: localhost username: root - password: + password: "" encoding: utf8 development: @@ -15,7 +15,7 @@ development: database: redmine_development host: localhost username: root - password: + password: "" encoding: utf8 # Warning: The database defined as "test" will be erased and @@ -26,7 +26,7 @@ test: database: redmine_test host: localhost username: root - password: + password: "" encoding: utf8 test_pgsql: |