Guest User

Untitled

a guest
Feb 28th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. development:
  2. adapter: mysql
  3. database: client_dev
  4. username: root
  5. password:
  6. timeout: 5000
  7.  
  8. test:
  9. adapter: mysql
  10. database: client_test
  11. username: root
  12. password:
  13. timeout: 5000
  14.  
  15. production:
  16. adapter: mysql
  17. database: client_test
  18. username: root
  19. password:
  20. timeout: 5000
Add Comment
Please, Sign In to add comment