Skip to content

Instantly share code, notes, and snippets.

@soumyamrs
Created December 28, 2011 03:23
Show Gist options
  • Save soumyamrs/1526034 to your computer and use it in GitHub Desktop.
Save soumyamrs/1526034 to your computer and use it in GitHub Desktop.
# default location of property file
directoryPath = /home/soumya/workspace/FeedAcquisition/DataFetcher/Properties
# maximum number of workers that a scheduler can run
maxCount =5
#Path for Storing IDX data
edgarFilePath =/home/soumya/workspace/FeedAcquisition/DataFetcher/download/
partner.maxWorkers =5
RSSDBName = jdbc:mysql://127.0.0.1:3306/RSSDataBase
RSSDBUsername = root
RSSDBPassword = root
# Path for Storing PDFs
pdfpath = /home/soumya/workspace/FeedAcquisition/PDFFILES
# for setting log level
logLevel =INFO
# for setting url for indexing data
indexUrl =http://localhost:9200/algotree/public/
# for enabling/disabling elastic search
enableElasticSearch=true
enableFolderStorage=true
# for retrying HtmlFetcher
numberofRetry=5
partner.isActive=1
#connection time out in milli seconds
connectionTimeOut = 0
partner.Supress_Initial_Fetch=false
maxRetryForES=2
hostName=192.168.2.32
port=1984
enableEMAC=false
# for adding CRON facilities
cronEnabled=true
defaultCron =*/1 * * * *
wkHTMLtoPDF_Exit_Codes=2,143
wkHTMLtoPDF_Command =/bin/wkhtmltopdf --disable-javascript --load-error-handling ignore
# time for which a process should exit
processExitTime =180
# flag for saving performance data to table
performanceDetails =true
#sentimentResource Path
#Resources folder contains Negative.lst,Positive.lst,sentiment.def
sentimentResource=/home/user/Resources
startMode = catchUp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment