production in database yml example
This commit is contained in:
parent
db417abc18
commit
68f2528f23
1 changed files with 7 additions and 0 deletions
|
|
@ -12,3 +12,10 @@ development:
|
|||
password: password
|
||||
charset: utf8
|
||||
collation: utf8_bin
|
||||
production:
|
||||
adapter: mysql2
|
||||
database: diaspora_development
|
||||
user: root
|
||||
password: password
|
||||
charset: utf8
|
||||
collation: utf8_bin
|
||||
|
|
|
|||
Loading…
Reference in a new issue