production in database yml example

This commit is contained in:
Raphael 2011-01-17 14:38:06 -08:00
parent db417abc18
commit 68f2528f23

View file

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