# this sets the maximum number of indexing threads # the recommended value is between 1 - 20, any higher than 20 just causes too much traffic on the database maxNumIndexingThreads=10 # interval in milliseconds that sets how often the application looks for eligible jobs and fires them # the recommended value is 60000, any smaller consumes too many resources constantly pooling for new jobs jobFiringIntervalMs=60000 dataSource.driverClassName=com.mysql.jdbc.Driver dataSource.username=root dataSource.password=mysqlr00t #BiNHum dataSource.servername=130.133.68.249 baseUrl=http://localhost:8040/ harvest.directory=/home/pkelbert/opt/binhum/ dataSource.name=binhum #dataSource.url=jdbc:mysql://localhost:3306/binhumdatasource?autoReconnect=true&useUnicode=true&characterEncoding=UTF8&characterSetResults=UTF8&MVCC=true dataSource.url=jdbc:mysql://130.133.68.249:3306/binhum?autoReconnect=true&useUnicode=true&characterEncoding=UTF8&characterSetResults=UTF8&MVCC=true #GGBN #dataSource.servername=localhost #baseUrl=http://localhost:8060/ #harvest.directory=/opt/ggbn/ #dataSource.name=ggbn #dataSource.url=jdbc:mysql://localhost:3306/ggbn?autoReconnect=true&useUnicode=true&characterEncoding=UTF8&characterSetResults=UTF8&MVCC=true #TEST #harvest.directory=/home/pkelbert/opt/test/ #dataSource.name=test #dataSource.url=jdbc:mysql://localhost:3306/test?autoReconnect=true&useUnicode=true&characterEncoding=UTF8&characterSetResults=UTF8 # this is where we harvest into #harvest.directory=/home/pkelbert/opt/bolivie/ #harvest.directory=/home/pkelbert/opt/bgbm/ #harvest.directory=/home/pkelbert/opt/rebind/ #harvest.directory=/home/pkelbert/opt/caucasus/ # when we backup a harvested dataset it will be stored here #backup.directory=/home/pkelbert/opt/bolivie-backup/ #backup.directory=/home/pkelbert/opt/binhum-backup/ #backup.directory=/home/pkelbert/opt/bgbm-backup/ #dataSource.name=bgbm_bolivie #dataSource.name=bgbm #dataSource.name=rebind #dataSource.name=caucasus #dataSource.url=jdbc:mysql://localhost:3306/bgbm_bolivie?autoReconnect=true&useUnicode=true&characterEncoding=UTF8&characterSetResults=UTF8 #dataSource.url=jdbc:mysql://localhost:3306/bgbm?autoReconnect=true&useUnicode=true&characterEncoding=UTF8&characterSetResults=UTF8 #dataSource.url=jdbc:mysql://localhost:3306/rebind?autoReconnect=true&useUnicode=true&characterEncoding=UTF8&characterSetResults=UTF8 #dataSource.url=jdbc:mysql://localhost:3306/caucasus?autoReconnect=true&useUnicode=true&characterEncoding=UTF8&characterSetResults=UTF8