diff options
Diffstat (limited to 'docker/local/config_docker.json')
-rw-r--r-- | docker/local/config_docker.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docker/local/config_docker.json b/docker/local/config_docker.json index a35abb9da..ab1373a44 100644 --- a/docker/local/config_docker.json +++ b/docker/local/config_docker.json @@ -82,6 +82,14 @@ "ShowEmailAddress": true, "ShowFullName": true }, + "SupportSettings": { + "TermsOfServiceLink": "/static/help/terms.html", + "PrivacyPolicyLink": "/static/help/privacy.html", + "AboutLink": "/static/help/about.html", + "HelpLink": "/static/help/help.html", + "ReportAProblemLink": "/static/help/report_problem.html", + "SupportEmail": "feedback@mattermost.com" + }, "GitLabSettings": { "Enable": false, "Secret": "", |