aboutsummaryrefslogtreecommitdiffstats
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 6d06110b0..126e5a264 100644
--- a/config/database.yml-example
+++ b/config/database.yml-example
@@ -3,6 +3,7 @@
development:
adapter: postgresql
+ template: template_utf8
database: alaveteli_development
username: <username>
password: <password>
@@ -14,6 +15,7 @@ development:
# Do not set this db to the same as development or production.
test:
adapter: postgresql
+ template: template_utf8
database: alaveteli_test
username: <username>
password: <password>
@@ -24,6 +26,7 @@ test:
production:
adapter: postgresql
+ template: template_utf8
database: alaveteli_production
username: <username>
password: <password>