refactor: Add Microsoft Teams app configuration to environment and docker-compose files

This commit is contained in:
Simon Larsen
2025-09-17 15:34:50 +01:00
parent e6c158b2b5
commit 23b3a4d9dd
2 changed files with 16 additions and 1 deletions

View File

@@ -344,4 +344,12 @@ SLACK_APP_SIGNING_SECRET=
# NGINX_LISTEN_ADDRESS=[::]:
# NGINX_LISTEN_OPTIONS=ipv6only=off
NGINX_LISTEN_ADDRESS=
NGINX_LISTEN_OPTIONS=
NGINX_LISTEN_OPTIONS=
# Microsoft Teams / Azure AD App Configuration
# IMPORTANT: Use the SECRET VALUE, not the SECRET ID from Azure App Registration
# The secret value is typically longer and includes more characters
MICROSOFT_TEAMS_APP_CLIENT_ID=
MICROSOFT_TEAMS_APP_CLIENT_SECRET=

View File

@@ -132,6 +132,13 @@ x-common-server-variables: &common-server-variables
SLACK_APP_CLIENT_SECRET: ${SLACK_APP_CLIENT_SECRET}
SLACK_APP_SIGNING_SECRET: ${SLACK_APP_SIGNING_SECRET}
# Microsoft Teams Configuration
MICROSOFT_TEAMS_APP_CLIENT_ID: ${MICROSOFT_TEAMS_APP_CLIENT_ID}
MICROSOFT_TEAMS_APP_CLIENT_SECRET: ${MICROSOFT_TEAMS_APP_CLIENT_SECRET}
# App Version
APP_VERSION: ${APP_VERSION}
services: