Encoding set to utf8 in example database.yml (#1506).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1583 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c97a5efde9
commit
4d6f50d3fe
@ -12,6 +12,7 @@ production:
|
|||||||
host: localhost
|
host: localhost
|
||||||
username: root
|
username: root
|
||||||
password:
|
password:
|
||||||
|
encoding: utf8
|
||||||
|
|
||||||
development:
|
development:
|
||||||
adapter: mysql
|
adapter: mysql
|
||||||
@ -19,6 +20,7 @@ development:
|
|||||||
host: localhost
|
host: localhost
|
||||||
username: root
|
username: root
|
||||||
password:
|
password:
|
||||||
|
encoding: utf8
|
||||||
|
|
||||||
test:
|
test:
|
||||||
adapter: mysql
|
adapter: mysql
|
||||||
@ -26,6 +28,7 @@ test:
|
|||||||
host: localhost
|
host: localhost
|
||||||
username: root
|
username: root
|
||||||
password:
|
password:
|
||||||
|
encoding: utf8
|
||||||
|
|
||||||
test_pgsql:
|
test_pgsql:
|
||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
|
Loading…
x
Reference in New Issue
Block a user