1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
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: