Add flag to toggle webhook management
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
c00048e128
commit
1c0ff85a0d
8 changed files with 48 additions and 27 deletions
|
|
@ -112,6 +112,8 @@ type Default struct {
|
|||
MetadataURL string `toml:"metadata_url" json:"metadata-url"`
|
||||
// WebhookURL is the URL that will be installed as a webhook target in github.
|
||||
WebhookURL string `toml:"webhook_url" json:"webhook-url"`
|
||||
// EnableWebhookManagement enables the webhook management API.
|
||||
EnableWebhookManagement bool `toml:"enable_webhook_management" json:"enable-webhook-management"`
|
||||
|
||||
// LogFile is the location of the log file.
|
||||
LogFile string `toml:"log_file,omitempty" json:"log-file"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue