From 9257a949fe0aa4db02c5656184b69309d69393dd Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Fri, 10 Oct 2025 16:34:25 +0100 Subject: [PATCH] fix: add Microsoft Teams app client ID and secret placeholders to config example --- config.example.env | 1 + 1 file changed, 1 insertion(+) diff --git a/config.example.env b/config.example.env index 97443179c6..92c0e81138 100644 --- a/config.example.env +++ b/config.example.env @@ -354,3 +354,4 @@ NGINX_LISTEN_OPTIONS= # The secret value is typically longer and includes more characters MICROSOFT_TEAMS_APP_CLIENT_ID= MICROSOFT_TEAMS_APP_CLIENT_SECRET= +