From e3c0c1dde90a84f109d8b9cfbfc8100b3a95a632 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 28 Oct 2014 12:12:24 +0000 Subject: [PATCH 1/1] Whitespace --- tools/service-proxy/service-proxy.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/service-proxy/service-proxy.properties b/tools/service-proxy/service-proxy.properties index a3b92e4..97ba878 100644 --- a/tools/service-proxy/service-proxy.properties +++ b/tools/service-proxy/service-proxy.properties @@ -9,7 +9,7 @@ plugins.ils = com.indexdata.serviceproxy.plugins.ILSPlugin plugins.statistics = com.indexdata.serviceproxy.plugins.StatisticsPlugin -# Configuration properties for individual plug-ins +# Configuration properties for individual plug-ins # relay plugin, proxies commands through to Pazpar2 relay.PROXY_MODE = 3 @@ -22,11 +22,11 @@ relay.STREAMBUFF_SIZE = 4096 relay.PARSE_RESPONSES = true relay.CF_ENGINE_ADDRESS = localhost:9003 -# authn plugin, for torus based authentication +# authn plugin, for torus based authentication authn.TORUS_URL = http://mkc-admin.indexdata.com/torus2/identity.USERS/records/ authn.MASTER_TORUS_URL = http://mkc-admin.indexdata.com/torus2/admin.admin/records/ authn.ACTION_SEQUENCE = check,login,referrer,constraint,ipauth -authn.SPECIFIC_CONSTRAINT = hostName=${thisHost} +authn.SPECIFIC_CONSTRAINT = hostName=${thisHost} # categories plugin, for Torus-based target categories categories.TORUS_BASEURL = http://mkc-admin.indexdata.com/torus2/ -- 1.7.10.4