Guest User

Untitled

a guest
Jul 31st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. development:
  2. adapter: mysql2
  3. encoding: utf8
  4. reconnect: false
  5. database: REPLACE_ME
  6. pool: 5
  7. username: REPLACE_ME
  8. password: REPLACE_ME
  9. host: REPLACE_ME
  10.  
  11. test:
  12. adapter: mysql2
  13. encoding: utf8
  14. reconnect: false
  15. database: REPLACE_ME
  16. pool: 5
  17. username: REPLACE_ME
  18. password: REPLACE_ME
  19. host: REPLACE_ME
  20.  
  21. production:
  22. adapter: mysql2
  23. encoding: utf8
  24. reconnect: false
  25. database: REPLACE_ME
  26. pool: 5
  27. username: REPLACE_ME
  28. password: REPLACE_ME
  29. host: REPLACE_ME
Add Comment
Please, Sign In to add comment