replaced user with username in the database.yml example
This commit is contained in:
parent
db32074439
commit
4886dbe035
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue