fix database yml example
This commit is contained in:
parent
28b7302c9e
commit
d0fb37e264
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ development:
|
||||||
collation: utf8_bin
|
collation: utf8_bin
|
||||||
production:
|
production:
|
||||||
adapter: mysql2
|
adapter: mysql2
|
||||||
database: diaspora_development
|
database: diaspora_production
|
||||||
user: root
|
user: root
|
||||||
password: password
|
password: password
|
||||||
charset: utf8
|
charset: utf8
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue