diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-06-24 18:39:49 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-06-24 18:39:49 +0000 |
commit | 4d6f50d3febff0e9cbbab158d39b2d8c0375c6a7 (patch) | |
tree | babffab98f56226550e147dd6af3ed8b5f15f4be /config/database.yml.example | |
parent | c97a5efde91163238e0d4df3de8c08a895c925f4 (diff) | |
download | redmine-4d6f50d3febff0e9cbbab158d39b2d8c0375c6a7.tar.gz redmine-4d6f50d3febff0e9cbbab158d39b2d8c0375c6a7.zip |
Encoding set to utf8 in example database.yml (#1506).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1583 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/database.yml.example')
-rw-r--r-- | config/database.yml.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/database.yml.example b/config/database.yml.example index f72844a07..1dc678131 100644 --- a/config/database.yml.example +++ b/config/database.yml.example @@ -12,6 +12,7 @@ production: host: localhost username: root password: + encoding: utf8 development: adapter: mysql @@ -19,6 +20,7 @@ development: host: localhost username: root password: + encoding: utf8 test: adapter: mysql @@ -26,6 +28,7 @@ test: host: localhost username: root password: + encoding: utf8 test_pgsql: adapter: postgresql |