mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
refactor: Add Microsoft Teams app configuration to environment and docker-compose files
This commit is contained in:
@@ -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=
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user