Skip to content

Commit

Permalink
Define fedora.home environment variable (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
whikloj authored and dannylamb committed Nov 23, 2017
1 parent 4dd61e4 commit c080155
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inventory/vagrant/group_vars/tomcat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ tomcat8_java_opts:
- -XX:MaxNewSize=256m
- -XX:PermSize=256m
- -XX:MaxPermSize=256m
- -Dfcrepo.home={{ fcrepo_home_dir }}
- -Dfcrepo.modeshape.configuration=file://{{ fcrepo_home_dir }}/configs/repository.json
- -Dfcrepo.activemq.configuration=file://{{ fcrepo_config_dir }}/activemq.xml
- -Dcom.bigdata.rdf.sail.webapp.ConfigParams.propertyFile={{ blazegraph_home_dir }}/conf/RWStore.properties
Expand Down

0 comments on commit c080155

Please sign in to comment.