Guest User

Untitled

a guest
Jun 23rd, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. development:
  2. adapter: mysql
  3. database: classtap_development
  4. encoding: utf8
  5. username: root
  6. password: pass123
  7. host: localhost
  8.  
  9. test:
  10. adapter: mysql
  11. database: classtap_test
  12. encoding: utf8
  13. username: root
  14. password: pass123
  15. host: localhost
  16.  
  17. production:
  18. adapter: mysql
  19. database: classtap_production
  20. encoding: utf8
  21. username: root
  22. password: pass123
  23. host: localhost
Add Comment
Please, Sign In to add comment