diff --git a/src/main/resources/applicationContext.xml b/src/main/resources/applicationContext.xml index 7e10701258..bbc70d4ac6 100644 --- a/src/main/resources/applicationContext.xml +++ b/src/main/resources/applicationContext.xml @@ -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>