From 83540cf53df68c92acaca5e2bada8510b5f82897 Mon Sep 17 00:00:00 2001 From: nutra-bot Date: Mon, 25 Jul 2022 02:55:21 +0000 Subject: [PATCH] update mattermost config to use /chat route --- opt/mattermost/config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opt/mattermost/config/config.json b/opt/mattermost/config/config.json index 764dbfa..5010453 100644 --- a/opt/mattermost/config/config.json +++ b/opt/mattermost/config/config.json @@ -1,6 +1,6 @@ { "ServiceSettings": { - "SiteURL": "", + "SiteURL": "https://dev.nutra.tk/chat", "WebsocketURL": "", "LicenseFileLocation": "", "ListenAddress": ":8065", -- 2.52.0