mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-02 19:55:18 +02:00
feat(gateway): add Discord gateway configuration
This commit is contained in:
parent
4b8ca29f9e
commit
68da295b5d
4 changed files with 40 additions and 1 deletions
|
|
@ -119,11 +119,14 @@ CLICKUP_CLIENT_ID=your_clickup_client_id_here
|
|||
CLICKUP_CLIENT_SECRET=your_clickup_client_secret_here
|
||||
CLICKUP_REDIRECT_URI=http://localhost:8000/api/v1/auth/clickup/connector/callback
|
||||
|
||||
# Discord OAuth Configuration
|
||||
# Discord OAuth / Gateway Configuration
|
||||
# The Discord connector and Discord gateway use the same Discord application/bot.
|
||||
DISCORD_CLIENT_ID=your_discord_client_id_here
|
||||
DISCORD_CLIENT_SECRET=your_discord_client_secret_here
|
||||
DISCORD_REDIRECT_URI=http://localhost:8000/api/v1/auth/discord/connector/callback
|
||||
DISCORD_BOT_TOKEN=your_bot_token_from_developer_portal
|
||||
GATEWAY_DISCORD_ENABLED=FALSE
|
||||
GATEWAY_DISCORD_REDIRECT_URI=http://localhost:8000/api/v1/gateway/discord/callback
|
||||
|
||||
# Atlassian OAuth Configuration (Jira & Confluence)
|
||||
ATLASSIAN_CLIENT_ID=your_atlassian_client_id_here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue