Commit 4d6f50d3 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Encoding set to utf8 in example database.yml (#1506).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1583 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent c97a5efd
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment