Add charset to example database.yml
This commit is contained in:
parent
8f91689b3f
commit
d76121b147
1 changed files with 4 additions and 0 deletions
|
|
@ -3,8 +3,12 @@ test:
|
|||
database: diaspora_test
|
||||
user: root
|
||||
password: password
|
||||
charset: utf8
|
||||
collation: utf8_bin
|
||||
development:
|
||||
adapter: mysql2
|
||||
database: diaspora_development
|
||||
user: root
|
||||
password: password
|
||||
charset: utf8
|
||||
collation: utf8_bin
|
||||
|
|
|
|||
Loading…
Reference in a new issue