Checking out interlok configuration from git on startup.
https://interlok.adaptris.net/interlok-docs/#/pages/advanced/advanced-vcs-git
In your bootstrap.properties (assuming that you have your ssh keys setup....):
# The adapter configuration file is VCS managed; so we refer to the local working copy.
adapterConfigUrl=file://localhost/./config/interlok-config-example/adapter.xml
# Our Log4j is VCS managed; so we can refer to the local working copy.
loggingConfigUrl=file://localhost/./config/interlok-config-example/log4j2.xml
# Again, the jetty.xml is checked in, so let's refer to the local working copy.
webServerConfigUrl=./config/interlok-config-example/jetty.xml
vcs.workingcopy.url=file://localhost/./config/interlok-config-example
[email protected]:adaptris/interlok-config-example.git
vcs.branch=master
vcs.always.reset=true
# vcs.username=my-user-name
# vcs.password={password}PW:My-encoded-password