Skip to content

Commit

Permalink
added some markdown to README
Browse files Browse the repository at this point in the history
  • Loading branch information
fasseg committed Mar 18, 2013
1 parent 33e3369 commit b673fb1
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 acitvemq create a runtime broker 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 b673fb1

Please sign in to comment.