summaryrefslogtreecommitdiffstats
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go11
1 files changed, 6 insertions, 5 deletions
diff --git a/config.go b/config.go
index efd6eaf8..e40b0e9a 100644
--- a/config.go
+++ b/config.go
@@ -16,11 +16,12 @@ type Config struct {
Channel string
}
Mattermost struct {
- URL string
- Port int
- ShowJoinPart bool
- Token string
- IconURL string
+ URL string
+ Port int
+ ShowJoinPart bool
+ Token string
+ IconURL string
+ SkipTLSVerify bool
}
}