mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-10 20:35:17 +02:00
chore: update environment variable names for Microsoft OAuth integration in Docker and SurfSense backend
This commit is contained in:
parent
5f0a4d1a0f
commit
bb894ee158
2 changed files with 11 additions and 1 deletions
|
|
@ -208,6 +208,11 @@ STT_SERVICE=local/base
|
|||
# TEAMS_CLIENT_SECRET=
|
||||
# TEAMS_REDIRECT_URI=http://localhost:8000/api/v1/auth/teams/connector/callback
|
||||
|
||||
# -- Microsoft OneDrive --
|
||||
# ONEDRIVE_CLIENT_ID=
|
||||
# ONEDRIVE_CLIENT_SECRET=
|
||||
# ONEDRIVE_REDIRECT_URI=http://localhost:8000/api/v1/auth/onedrive/connector/callback
|
||||
|
||||
# -- Composio --
|
||||
# COMPOSIO_API_KEY=
|
||||
# COMPOSIO_ENABLED=TRUE
|
||||
|
|
|
|||
|
|
@ -95,11 +95,16 @@ SLACK_CLIENT_ID=your_slack_client_id_here
|
|||
SLACK_CLIENT_SECRET=your_slack_client_secret_here
|
||||
SLACK_REDIRECT_URI=http://localhost:8000/api/v1/auth/slack/connector/callback
|
||||
|
||||
# Teams OAuth Configuration
|
||||
# Microsoft Teams OAuth Configuration
|
||||
TEAMS_CLIENT_ID=your_teams_client_id_here
|
||||
TEAMS_CLIENT_SECRET=your_teams_client_secret_here
|
||||
TEAMS_REDIRECT_URI=http://localhost:8000/api/v1/auth/teams/connector/callback
|
||||
|
||||
# Microsoft OneDrive OAuth
|
||||
ONEDRIVE_CLIENT_ID=your_onedrive_client_id_here
|
||||
ONEDRIVE_CLIENT_SECRET=your_onedrive_client_secret_here
|
||||
ONEDRIVE_REDIRECT_URI=http://localhost:8000/api/v1/auth/onedrive/connector/callback
|
||||
|
||||
# Composio Connector
|
||||
# NOTE: Disable "Mask Connected Account Secrets" in Composio dashboard (Settings → Project Settings) for Google indexing to work.
|
||||
COMPOSIO_API_KEY=your_api_key_here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue