Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
Resolves port conflict introduced in: https://jira.duraspace.org/brow…
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Feb 17, 2015
1 parent 06b5941 commit 6d6a9ef
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -7,8 +7,8 @@
<bean id="sparqlUpdate" class="org.fcrepo.indexer.sparql.SparqlIndexer">

<!-- fuseki -->
<property name="queryBase" value="http://${fuseki.host:localhost}:${fuseki.port:3030}/test/query"/>
<property name="updateBase" value="http://${fuseki.host:localhost}:${fuseki.port:3030}/test/update"/>
<property name="queryBase" value="http://${fuseki.host:localhost}:${fuseki.dynamic.test.port:3030}/test/query"/>
<property name="updateBase" value="http://${fuseki.host:localhost}:${fuseki.dynamic.test.port:3030}/test/update"/>
<property name="formUpdates">
<value type="java.lang.Boolean">false</value>
</property>
Expand Down

0 comments on commit 6d6a9ef

Please sign in to comment.