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:
|
test:
|
||||||
adapter: mysql2
|
adapter: mysql2
|
||||||
database: diaspora_test
|
database: diaspora_test
|
||||||
user: root
|
username: root
|
||||||
password: password
|
password: password
|
||||||
charset: utf8
|
charset: utf8
|
||||||
collation: utf8_bin
|
collation: utf8_bin
|
||||||
development:
|
development:
|
||||||
adapter: mysql2
|
adapter: mysql2
|
||||||
database: diaspora_development
|
database: diaspora_development
|
||||||
user: root
|
username: root
|
||||||
password: password
|
password: password
|
||||||
charset: utf8
|
charset: utf8
|
||||||
collation: utf8_bin
|
collation: utf8_bin
|
||||||
production:
|
production:
|
||||||
adapter: mysql2
|
adapter: mysql2
|
||||||
database: diaspora_production
|
database: diaspora_production
|
||||||
user: root
|
username: root
|
||||||
password: password
|
password: password
|
||||||
charset: utf8
|
charset: utf8
|
||||||
collation: utf8_bin
|
collation: utf8_bin
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue