Move comment onto its own line, so it's not interpreted as part of the
authorMike Taylor <mike@indexdata.com>
Thu, 17 Jul 2014 10:22:18 +0000 (11:22 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 17 Jul 2014 10:22:18 +0000 (11:22 +0100)
name of a plugin.

tools/service-proxy/service-proxy.properties

index 9e3659a..a8bd295 100644 (file)
@@ -38,7 +38,8 @@ ils.CFWS_URL = http://localhost:9003/connector
 chains.auth = authn
 chains.categories = categories
 chains.ils = ils
-chains.*      = relay # Map all other commands to the Pazpar2 relayer
+# Map all other commands to the Pazpar2 relayer
+chains.* = relay
 
 
 # Just so I can check that this particular SP config is in use