1
0

feat(webhooks): add support for webhook proxy

This commit is contained in:
kolaente
2023-10-17 19:42:00 +02:00
parent b38360c9a5
commit 831aa4a014
2 changed files with 29 additions and 2 deletions

View File

@ -175,6 +175,8 @@ const (
WebhooksEnabled Key = `webhooks.enabled`
WebhooksTimeoutSeconds Key = `webhooks.timeoutseconds`
WebhooksProxyURL Key = `webhooks.proxyurl`
WebhooksProxyPassword Key = `webhooks.proxypassword`
)
// GetString returns a string config value