Guest User

Untitled

a guest
Apr 25th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. development: &default_settings
  2. database: APPNAME_development
  3. host: 127.0.0.1
  4. port: 27017
  5.  
  6. test:
  7. <<: *default_settings
  8. database: APPNAME_test
  9.  
  10. production:
  11. <<: *default_settings
  12. database: APPNAME_production
  13. # host: hostname
  14. # username: username
  15. # password: password
Add Comment
Please, Sign In to add comment