projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d5391d
)
Move comment onto its own line, so it's not interpreted as part of the
author
Mike Taylor
<mike@indexdata.com>
Thu, 17 Jul 2014 10:22:18 +0000
(11:22 +0100)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/tools/service-proxy/service-proxy.properties
b/tools/service-proxy/service-proxy.properties
index
9e3659a
..
a8bd295
100644
(file)
--- a/
tools/service-proxy/service-proxy.properties
+++ b/
tools/service-proxy/service-proxy.properties
@@
-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