mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 17:26:23 +02:00
feat: add Dropbox integration support with configuration and connector updates
This commit is contained in:
parent
5e2283b92f
commit
54828522f8
5 changed files with 25 additions and 0 deletions
|
|
@ -101,6 +101,11 @@ MICROSOFT_CLIENT_SECRET=your_microsoft_client_secret_here
|
|||
TEAMS_REDIRECT_URI=http://localhost:8000/api/v1/auth/teams/connector/callback
|
||||
ONEDRIVE_REDIRECT_URI=http://localhost:8000/api/v1/auth/onedrive/connector/callback
|
||||
|
||||
# Dropbox Connector
|
||||
DROPBOX_APP_KEY=your_dropbox_app_key_here
|
||||
DROPBOX_APP_SECRET=your_dropbox_app_secret_here
|
||||
DROPBOX_REDIRECT_URI=http://localhost:8000/api/v1/auth/dropbox/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