Guest User

Untitled

a guest
Oct 14th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. #common properties
  2. sql-data-config-file=db-data-config.xml
  3. autoCommitSize=500
  4. #available values are mongo,es,couch
  5. dataStoreType=couch
  6.  
  7. #mongo-db related properties
  8. mongo.host=127.0.0.1
  9. mongo.useAuth=false
  10. mongo.user=sathis
  11. mongo.password=mongo
  12. mongo.db=dbname
  13. mongo.collection=collection
  14.  
  15. #couch-db related settings
  16. couch.host=localhost
  17. couch.db=test
  18. couch.port=5984
  19.  
  20. #Elastic-Search related properties
  21. es.cluster.name=elasticsearch
  22. #if you want to connect to multiple nodes for parallel indexing
  23. # give them as comma separated.
  24. es.hosts=localhost
  25. es.index.name=twitter
  26. es.index.type=user
Add Comment
Please, Sign In to add comment