Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael <raphael@joindiaspora.com>2011-01-14 21:54:02 +0300
committerRaphael <raphael@joindiaspora.com>2011-01-14 21:54:02 +0300
commitd76121b147f8d877e6718668fb6b16ba40eb2aea (patch)
treea0191fef24d73fbadda3144de379c5ac5f4f7784 /config/database.yml.example
parent8f91689b3f89628ab1cc153a3ca5d5689629fe0c (diff)
Add charset to example database.yml
Diffstat (limited to 'config/database.yml.example')
-rw-r--r--config/database.yml.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/database.yml.example b/config/database.yml.example
index 30dcd4324..9b0734de5 100644
--- a/config/database.yml.example
+++ b/config/database.yml.example
@@ -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