Guest User

Untitled

a guest
Jan 22nd, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. development:
  2. host: localhost
  3. database: laboratory_development
  4.  
  5. test:
  6. host: localhost
  7. database: laboratory_test
  8.  
  9. # set these environment variables on your prod server
  10. production:
  11. host: localhost
  12. port: 27017
  13. username: admin
  14. password: admin
  15. database: laboratory
Add Comment
Please, Sign In to add comment