Remote request-queries now again uses the live server, this is to ensure proper deployment configuration.

This commit is contained in:
Robin Eklund 2011-08-04 13:29:57 +02:00
parent 8832cc2374
commit b7c8fd5aa8

@ -34,7 +34,7 @@
-->
<property name="enableRemoteUserLookup" value="true"></property>
<!-- This property points to the location of the daisy json search -->
<property name="remoteLookupUrl" value="https://thesis3.dsv.su.se/match/json" />
<property name="remoteLookupUrl" value="https://thesis.dsv.su.se/match/json" />
<!-- External auth support (via J2EE standard mechanism REMOTE_USER), if true: other authentication mechanics will be bypassed.-->
<property name="acceptExternalAuthentication" value="true"/>
</bean>