Guest User

Untitled

a guest
Jun 15th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. development: &defaults
  2. adapter: mysql
  3. database: borrow_development
  4. username: username
  5. password: password
  6. host: localhost
  7.  
  8. # Warning: The database defined as "test" will be erased and
  9. # re-generated from your development database when you run "rake".
  10. # Do not set this db to the same as development or production.
  11. test: &test
  12. <<: *defaults
  13. database: borrow_test
  14.  
  15. production:
  16. <<: *defaults
  17. database: borrow_production
  18.  
  19. cucumber:
  20. <<: *test
Add Comment
Please, Sign In to add comment