Guest User

Untitled

a guest
Apr 26th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. # HELL NO
  2. defaults: &defaults
  3. adapter: mongo
  4. host: localhost
  5.  
  6. development:
  7. <<: *defaults
  8. database: fanboy_dev
  9.  
  10. production:
  11. <<: *defaults
  12. host: db.mongohq.com
  13. username: user
  14. password: pass
  15. database: fanboy
Add Comment
Please, Sign In to add comment