Guest User

Untitled

a guest
Mar 13th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. development:
  2. adapter: mysql
  3. database: fanvsfan_development
  4. username: root
  5. password:
  6. host: localhost
  7. encoding: utf8
  8.  
  9. test: &TEST
  10. adapter: mysql
  11. database: fanvsfan_test
  12. username: root
  13. password:
  14. host: localhost
  15. encoding: utf8
  16.  
  17. cucumber:
  18. <<: *TEST
Add Comment
Please, Sign In to add comment