mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
ce43fa2642
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
23 lines
597 B
Properties
23 lines
597 B
Properties
application-port=8081
|
|
application-host=0.0.0.0
|
|
runtime=${basedir}/runtime
|
|
apps=${runtime}/apps
|
|
#nexus-work=${basedir}/../sonatype-work/nexus
|
|
nexus-work=/var/lib/nexus
|
|
nexus-app=${runtime}/apps/nexus
|
|
webapp=${runtime}/apps/nexus/webapp
|
|
webapp-context-path=/nexus
|
|
security-xml-file=${nexus-work}/conf/security.xml
|
|
application-conf=${nexus-work}/conf
|
|
#runtime-tmp=${runtime}/tmp
|
|
runtime-tmp=/var/tmp/nexus
|
|
|
|
# If this file is present, it will be used to configure Jetty.
|
|
jetty.xml=${basedir}/conf/jetty.xml
|
|
|
|
# Uncomment this to use the debug js files
|
|
#index.template.file=templates/index-debug.vm
|
|
|
|
|
|
|
|
|