replaced user with username in the database.yml example

This commit is contained in:
MrZYX 2011-01-20 15:19:14 +01:00
parent db32074439
commit 4886dbe035

View file

@ -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