summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/database.yml.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/database.yml.example b/config/database.yml.example
index f72844a07..1dc678131 100644
--- a/config/database.yml.example
+++ b/config/database.yml.example
@@ -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