From 4886dbe035e41905b0d0e31c1c374073ddfbe916 Mon Sep 17 00:00:00 2001 From: MrZYX Date: Thu, 20 Jan 2011 15:19:14 +0100 Subject: [PATCH] replaced user with username in the database.yml example --- config/database.yml.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/database.yml.example b/config/database.yml.example index 5bb75b670..b9b36387f 100644 --- a/config/database.yml.example +++ b/config/database.yml.example @@ -1,21 +1,21 @@ test: adapter: mysql2 database: diaspora_test - user: root + username: root password: password charset: utf8 collation: utf8_bin development: adapter: mysql2 database: diaspora_development - user: root + username: root password: password charset: utf8 collation: utf8_bin production: adapter: mysql2 database: diaspora_production - user: root + username: root password: password charset: utf8 collation: utf8_bin