summaryrefslogtreecommitdiffstats
path: root/model/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/config.go')
-rw-r--r--model/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/model/config.go b/model/config.go
index 7791c4021..76d449904 100644
--- a/model/config.go
+++ b/model/config.go
@@ -26,6 +26,7 @@ type ServiceSettings struct {
GoogleDeveloperKey string
EnableOAuthServiceProvider bool
EnableTesting bool
+ EnableIncomingWebhooks bool
}
type SSOSettings struct {