Guest User

Untitled

a guest
Oct 26th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. common: &common
  2. adapter: postgresql
  3. username: printroom
  4. password: xx
  5. host: 127.0.0.1
  6.  
  7. development:
  8. <<: *common
  9. database: printroom_dev
  10.  
  11. test: &test
  12. <<: *common
  13. database: printroom_test
  14.  
  15. production:
  16. adapter: postgresql
  17. database: printroom_production
  18. username: heroku
  19. password: xx
  20.  
  21. cucumber:
  22. <<: *test
Add Comment
Please, Sign In to add comment