Guest User

Untitled

a guest
Apr 16th, 2018
117
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: tutorial_demo_dev
  4. username: developer
  5. password: password
  6. host: 127.0.0.1
  7. encoding: utf8
  8. test:
  9. adapter: mysql
  10. database: tutorial_demo_test
  11. username: tester
  12. password: password
  13. host: localhost
  14. encoding: utf8
  15. production:
  16. adapter: mysql
  17. database: tutorial_demo_production
  18. username: production
  19. password: password
  20. host: localhost
  21. encoding: utf8
Add Comment
Please, Sign In to add comment