1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
[GENERAL]
######################
### Initialization ###
db.fullname=test for multi protocol
db.name=multi
db.type=test
offline.dir.name=offline/multi_tmp
dir.version=multi
frequency.update=0
### Synchronization ###
files.num.threads=1
# NCBI (download fasta)
protocol=multi
server=
remote.dir=
remote.file.0.protocol = directhttp
remote.file.0.server = httpbin.org
remote.file.0.path = /get
remote.file.0.params.keys = key1,key2
remote.file.0.params.key1 = value1
remote.file.0.params.key2 = value2
remote.file.0.name = test1.json
remote.file.1.protocol = directhttp
remote.file.1.method = POST
remote.file.1.server = httpbin.org
remote.file.1.path = /post
remote.file.1.params.keys = key1,key2
remote.file.1.params.key1 = value1
remote.file.1.params.key2 = value2
remote.file.1.name = test2.json
release.file=
release.regexp=
release.file.compressed=
remote.files=^stable/Release$
#Uncomment if you don't want to extract the data files.
#no.extract=true
local.files=^.*
## Post Process ## The files should be located in the projectfiles/process directory
db.post.process=
### Deployment ###
keep.old.version=1
|