Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
markdown backticks were the wrong way around in README:/
  • Loading branch information
fasseg committed Mar 18, 2013
1 parent b673fb1 commit 8cde5ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -20,11 +20,11 @@ To retrieve test results of an object you can query:

GET http://localhost:8180/fixity/<pid>

The java property ´org.fcrepo.fixity.fcrepo.url´ can be set to overrride the fedora4 url in the spring configuration:
The java property `org.fcrepo.fixity.fcrepo.url` can be set to overrride the fedora4 url in the spring configuration:

MAVEN_OPTS="-Dorg.fcrepo.fixity.fcrepo.url=http://myfedora:80/fedora"

The Java property ´org.fcrepo.fixity.brokerurl´ can be set to overrride the default broker service url. The default value is ´tcp://localhost:61616´. If you don't have a JMS broker running you can have activemq create a runtime broker for you:
The Java property `org.fcrepo.fixity.brokerurl` can be set to overrride the default broker service url. The default value is `tcp://localhost:61616`. If you don't have a JMS broker running you can have activemq create a runtime broker for you:

MAVEN_OPTS="-Dorg.fcrepo.fixity.brokerurl=vm://fixitybroker"

Expand Down

0 comments on commit 8cde5ec

Please sign in to comment.