Advertisement
Guest User

Untitled

a guest
May 8th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. common: &common
  2. hostname: localhost
  3. port: 8091
  4. username:
  5. password:
  6. pool: default
  7.  
  8. development:
  9. <<: *common
  10. bucket: default
  11.  
  12. staging:
  13. <<: *common
  14. bucket: phr_staging
  15.  
  16. test:
  17. <<: *common
  18. bucket: phr_test
  19.  
  20. # set these environment variables on your production server
  21. production:
  22. <<: *common
  23. bucket: phr_production
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement