]> source.dussan.org Git - redmine.git/commitdiff
Encoding set to utf8 in example database.yml (#1506).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 24 Jun 2008 18:39:49 +0000 (18:39 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 24 Jun 2008 18:39:49 +0000 (18:39 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1583 e93f8b46-1217-0410-a6f0-8f06a7374b81

config/database.yml.example

index f72844a0743124bed1188c12425cf9f9d62b4402..1dc678131be9dd53ee9afad865f603a67eef3d9c 100644 (file)
@@ -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