Guest User

Untitled

a guest
Jun 15th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. development:
  2. adapter: mysql
  3. encoding: utf8
  4. database: caf
  5. username: root
  6. password:
  7. pool: 5
  8.  
  9. test:
  10. adapter: mysql
  11. encoding: utf8
  12. database: caf_test
  13. username: root
  14. password:
  15. pool: 5
  16.  
  17. staging:
  18. adapter: mysql
  19. encoding: utf8
  20. database: caf_staging
  21. username: root
  22. password:
  23. pool: 5
  24.  
  25. production:
  26. adapter: mysql
  27. encoding: utf8
  28. database: caf_production
  29. username: root
  30. password:
  31. pool: 5
Add Comment
Please, Sign In to add comment