From d0fb37e264ab7127f72128286c941be2e940f9c3 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 17 Jan 2011 20:04:50 -0800 Subject: [PATCH] fix database yml example --- config/database.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.yml.example b/config/database.yml.example index 563bc3d4d..5bb75b670 100644 --- a/config/database.yml.example +++ b/config/database.yml.example @@ -14,7 +14,7 @@ development: collation: utf8_bin production: adapter: mysql2 - database: diaspora_development + database: diaspora_production user: root password: password charset: utf8