Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 2.15 KB

File metadata and controls

38 lines (27 loc) · 2.15 KB

interlok-vcs-git

GitHub tag license Actions Status codecov CodeQL Known Vulnerabilities Closed PRs

Checking out interlok configuration from git on startup.

Canonical Reference Documentation

https://interlok.adaptris.net/interlok-docs/#/pages/advanced/advanced-vcs-git

Quickstart

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
vcs.remote.repo.url=git@github.com:adaptris/interlok-config-example.git
vcs.branch=master
vcs.always.reset=true

# vcs.username=my-user-name
# vcs.password={password}PW:My-encoded-password