mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-09 14:00:35 +00:00
doc(): variables to fecth scripts from git repository
This commit is contained in:
parent
d96be9cd8d
commit
c92e2ff773
|
@ -28,6 +28,16 @@
|
|||
# Scripts location, default is "scripts"
|
||||
#WHD_SCRIPTS="scripts"
|
||||
|
||||
# GIT repository that contains scripts
|
||||
# Note: this is only used by the Docker image or by using the Docker entrypoint script
|
||||
# Example: `git@github.com:ncarlier/webhookd.git`
|
||||
#WHD_SCRIPTS_GIT_URL=
|
||||
|
||||
# GIT SSH private key used to clone the repository
|
||||
# Note: this is only used by the Docker image or by using the Docker entrypoint script
|
||||
# Example: `/etc/webhookd/github_deploy_key.pem`
|
||||
#WHD_SCRIPTS_GIT_KEY=
|
||||
|
||||
# Trust store URI, disabled by default
|
||||
# Enable HTTP signature verification if set.
|
||||
# Example: `/etc/webhookd/pubkey.pem`
|
||||
|
|
Loading…
Reference in New Issue
Block a user