blob: 0f9a7eb20e49d00803b57a3302a094cbf91a1965 (
plain) (
tree)
|
|
development:
adapter: mysql
database: rails_development
host: localhost
username: root
password:
test:
adapter: mysql
database: rails_test
host: localhost
username: root
password:
production:
adapter: mysql
database: rails_production
host: localhost
username: root
password:
|