Advertisement
Guest User

Untitled

a guest
Jul 30th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. development:
  2. adapter: mysql
  3. database: mephisto
  4. username: root
  5. password: spiffy
  6. host: localhost
  7. test:
  8. adapter: mysql
  9. database: mephisto_test
  10. username: root
  11. password: spiffy
  12. host: localhost
  13. production:
  14. adapter: mysql
  15. database: mephisto
  16. username: root
  17. password: spiffy
  18. host: localhost
  19. typo:
  20. adapter: mysql
  21. database: typo_source
  22. username: root
  23. password: spiffy
  24. host: localhost
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement