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