Guest User

Untitled

a guest
Apr 16th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. development:
  2. adapter: mysql
  3. database: foo_development
  4. username: youruser
  5. password: yourpass
  6. host: localhost
  7. encoding: utf8
  8. test:
  9. adapter: mysql
  10. database: foo_test
  11. username: youruser
  12. password: yourpass
  13. host: localhost
  14. encoding: utf8
  15. production:
  16. adapter: mysql
  17. database: foo_production
  18. username: youruser
  19. password: yourpass
  20. host: localhost
  21. encoding: utf8
Add Comment
Please, Sign In to add comment