18 lines
403 B
Properties
18 lines
403 B
Properties
|
# project.properties
|
||
|
#
|
||
|
|
||
|
#
|
||
|
# The base directory for this project's instances
|
||
|
#
|
||
|
project.dir = ${TRUEPREFIX}/rundeck/projects/${project.name}
|
||
|
#
|
||
|
# The base directory of project specific configuration files
|
||
|
#
|
||
|
project.etc.dir = ${TRUEPREFIX}/rundeck/projects/${project.name}/etc
|
||
|
|
||
|
#
|
||
|
# The resources registration file
|
||
|
#
|
||
|
project.resources.file = ${TRUEPREFIX}/rundeck/projects/${project.name}/etc/resources.xml
|
||
|
|