Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. development:
  2. adapter: mysql
  3. encoding: utf8
  4. reconnect: false
  5. database: classi_development
  6. pool: 5
  7. username: root
  8. password:
  9. host: localhost
  10.  
  11. test:
  12. adapter: mysql
  13. encoding: utf8
  14. reconnect: false
  15. database: classi_test
  16. pool: 5
  17. username: root
  18. password:
  19. host: localhost
  20.  
  21. production:
  22. adapter: mysql
  23. encoding: utf8
  24. reconnect: false
  25. database: classi_production
  26. pool: 5
  27. username: root
  28. password:
  29. host: localhost
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement