2 application-host=0.0.0.0
3 nexus-var=/var/lib/nexus
4 nexus-work=${nexus-var}/work
5 runtime=${nexus-var}/runtime
7 webapp=${runtime}/apps/nexus/webapp
9 webapp-context-path=/nexus
10 security-xml-file=${nexus-work}/conf/security.xml
11 application-conf=${nexus-work}/conf
13 # If this file is present, it will be used to configure Jetty.
14 jetty.xml=${basedir}/conf/jetty.xml
16 # Uncomment this to use the debug js files
17 #index.template.file=templates/index-debug.vm