From 68f2528f2334c77070ae9e6ba09491cad9f16fe8 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 17 Jan 2011 14:38:06 -0800 Subject: [PATCH] production in database yml example --- config/database.yml.example | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/database.yml.example b/config/database.yml.example index 9b0734de5..563bc3d4d 100644 --- a/config/database.yml.example +++ b/config/database.yml.example @@ -12,3 +12,10 @@ development: password: password charset: utf8 collation: utf8_bin +production: + adapter: mysql2 + database: diaspora_development + user: root + password: password + charset: utf8 + collation: utf8_bin