mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-19 12:03:54 +02:00
Basic Slack Bot Support (#128)
This commit is contained in:
@@ -27,6 +27,12 @@ ENABLE_OAUTH=True
|
||||
GOOGLE_OAUTH_CLIENT_ID=
|
||||
GOOGLE_OAUTH_CLIENT_SECRET=
|
||||
|
||||
# If you want to setup a slack bot to answer questions automatically in Slack
|
||||
# channels it is added to, you must specify the below.
|
||||
# More information in the guide here: https://docs.danswer.dev/slack_bot_setup
|
||||
DANSWER_BOT_SLACK_APP_TOKEN=
|
||||
DANSWER_BOT_SLACK_BOT_TOKEN=
|
||||
|
||||
# Used to generate values for security verification, use a random string
|
||||
SECRET=
|
||||
|
||||
|
Reference in New Issue
Block a user