Merge branch 'servlets'
[proteocache.git] / conf / Proteocache.properties
1 #################################################################################
2 # Cassandra host or IP
3 # test server is 10.0.115.190
4 cassandra.host=localhost
5
6 #################################################################################
7 # Jpred sources
8 # real Jpred web-server
9 cassandra.jpred.web.update=true
10 cassandra.jpred.web.inidelay=0
11 cassandra.jpred.web.updaterate=200
12
13 # update time period (in days)
14 # by defauls for 100 past days
15 cassandra.jpred.web.period=5
16
17
18 #################################################################################
19 # local test job source
20 cassandra.jpred.local.update=false
21 cassandra.jpred.local.inidelay=10
22 cassandra.jpred.local.updaterate=200
23
24 # update time period (in days)
25 # by defauls for 100 past days
26 cassandra.jpred.local.period=300