Guest User

Untitled

a guest
Jan 18th, 2019
129
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. username: 'root'
  5. password: '8095105'
  6. database: 'flex_demo'
  7. host: 'localhost'
  8. pool: '5'
  9. timeout: '5000'
  10.  
  11.  
  12. test:
  13. adapter: 'mysql'
  14. encoding: 'utf8'
  15. username: 'root'
  16. password: '8095105'
  17. database: 'flex_demo'
  18. host: 'localhost'
  19. pool: '5'
  20. timeout: '5000'
  21.  
  22. production:
  23. adapter: 'mysql'
  24. encoding: 'utf8'
  25. username: 'root'
  26. password: '8095105'
  27. database: 'flex_demo'
  28. host: 'localhost'
  29. pool: '5'
  30. timeout: '5000'
Add Comment
Please, Sign In to add comment