Guest User

Untitled

a guest
May 11th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. defaults: &defaults
  2. adapter: mysql
  3. encoding: UTF-8
  4. charset: utf8
  5. collation: utf8_unicode_ci
  6. username: root
  7. password:
  8. host: localhost
  9. development:
  10. <<: *defaults
  11. database: project_development
  12. test:
  13. <<: *defaults
  14. database: project_test
  15. production:
  16. <<: *defaults
  17. database: project_production
Add Comment
Please, Sign In to add comment