Guest User

Untitled

a guest
Apr 21st, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. common: &common
  2. solr:
  3. hostname: localhost
  4. port: 8983
  5.  
  6. production:
  7. <<: *common
  8. solr:
  9. path: /data/solr/myapp
  10.  
  11. development:
  12. <<: *common
  13. solr:
  14. port: 8982
  15.  
  16. test:
  17. <<: *common
  18. solr:
  19. port: 8981
Add Comment
Please, Sign In to add comment