summaryrefslogtreecommitdiffstats
path: root/model/config.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-22 13:20:24 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-22 13:20:24 -0700
commit554f0173270a3d66dd28f0f4cccb09d870d3e5f0 (patch)
treefc17b78542a5089a0eabf861f6efef90fe8b0630 /model/config.go
parent6e60768abe6f0caa639febf068d718d62881ce62 (diff)
downloadchat-554f0173270a3d66dd28f0f4cccb09d870d3e5f0.tar.gz
chat-554f0173270a3d66dd28f0f4cccb09d870d3e5f0.tar.bz2
chat-554f0173270a3d66dd28f0f4cccb09d870d3e5f0.zip
Fixing merge conflict
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 {