From 8f91c777559748fa6e857d9fc1f4ae079a532813 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 3 Oct 2016 16:03:15 -0400 Subject: Adding ability to serve TLS directly from Mattermost server (#4119) --- config/config.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/config.json b/config/config.json index 44e52d88e..e96a9b237 100644 --- a/config/config.json +++ b/config/config.json @@ -2,6 +2,14 @@ "ServiceSettings": { "SiteURL": "", "ListenAddress": ":8065", + "ConnectionSecurity": "", + "TLSCertFile": "", + "TLSKeyFile": "", + "UseLetsEncrypt": false, + "LetsEncryptCertificateCacheFile": "./config/letsencrypt.cache", + "Forward80To443": false, + "ReadTimeout": 30, + "WriteTimeout": 60, "MaximumLoginAttempts": 10, "SegmentDeveloperKey": "", "GoogleDeveloperKey": "", @@ -231,4 +239,4 @@ "TurnUsername": "", "TurnSharedKey": "" } -} \ No newline at end of file +} -- cgit v1.2.3-1-g7c22