Typo
[mkws-moved-to-github.git] / tools / service-proxy / service-proxy-mike-mac.properties
1 # Service Proxy configuration for MKWS (host sp-mkws.indexdata.com)
2 # Initially based on MKC's configuration
3
4 # Register plugin classes with custom names
5 plugins.relay      = com.indexdata.serviceproxy.plugins.Pazpar2RelayPlugin
6 plugins.authn      = com.indexdata.serviceproxy.plugins.AuthNTorusPlugin
7 plugins.categories = com.indexdata.serviceproxy.plugins.TargetCategoriesPlugin
8 plugins.ils        = com.indexdata.serviceproxy.plugins.ILSPlugin
9
10
11 # Configuration properties for individual plug-ins
12
13 # relay plugin, proxies commands through to Pazpar2
14 relay.PROXY_MODE = 3
15 relay.PAZPAR2_URL = http://localhost:8004
16 relay.PAZPAR2_SERVICE_ID = mkc
17 relay.TORUS_BASEURL = http://x.mkc-admin.indexdata.com:8181/torus2/
18 relay.TORUS_REALM = *
19 relay.TORUS_PARAMS = ?param1=value1
20 relay.STREAMBUFF_SIZE = 4096
21 relay.PARSE_RESPONSES = true
22 relay.CF_ENGINE_ADDRESS = localhost:9003
23 relay.USE_OPAQUE_ID = udb
24
25 # authn plugin, for torus based authentication
26 authn.TORUS_URL        = http://x.mkc-admin.indexdata.com:8181/torus2/identity.USERS/records/
27 authn.MASTER_TORUS_URL = http://x.mkc-admin.indexdata.com:8181/torus2/admin.admin/records/
28 authn.ACTION_SEQUENCE = check,login,referrer,constraint,ipauth
29 authn.SPECIFIC_CONSTRAINT = hostName=${thisHost} 
30
31 # categories plugin, for Torus-based target categories
32 categories.TORUS_BASEURL            = http://x.mkc-admin.indexdata.com:8181/torus2/
33 categories.TORUS_BASEURL_SEARCHABLE = http://x.mkc-admin.indexdata.com:8181/torus2/
34 categories.EXCLUDE_EMPTY_CATEGORIES = true
35
36 # ils plugin, for ILS operations such as holds and renewals
37 ils.CFWS_URL = http://localhost:9003/connector
38
39
40 # Map SP commands to command-separated sequences of plugins
41 chains.auth = authn
42 chains.categories = categories
43 chains.ils = ils
44 # Map all other commands to the Pazpar2 relayer
45 chains.* = relay
46
47
48 # Just so I can check that this particular SP config is in use
49 chains.mike = info
50 plugins.info = com.indexdata.serviceproxy.plugins.InfoPlugin