mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-02-08 12:34:46 +00:00
fd333d59b7
Based on the existing slack plugin. Currently does not implement creating new rules or deleting rules.
33 lines
945 B
YAML
33 lines
945 B
YAML
plugins:
|
|
chat_integration_enabled:
|
|
default: false
|
|
chat_integration_discourse_username:
|
|
default: system
|
|
type: username
|
|
chat_integration_delay_seconds:
|
|
default: 20
|
|
|
|
#######################################
|
|
########## SLACK SETTINGS #############
|
|
#######################################
|
|
chat_integration_slack_enabled:
|
|
default: false
|
|
validator: "ChatIntegrationSlackEnabledSettingValidator"
|
|
chat_integration_slack_outbound_webhook_url:
|
|
default: ''
|
|
regex: '^https:\/\/hooks\.slack\.com\/services\/.+$'
|
|
chat_integration_slack_excerpt_length:
|
|
default: 400
|
|
chat_integration_slack_icon_url:
|
|
default: ''
|
|
chat_integration_slack_incoming_webhook_token:
|
|
default: ''
|
|
chat_integration_slack_access_token:
|
|
default: ''
|
|
|
|
#######################################
|
|
######### TELEGRAM SETTINGS ###########
|
|
#######################################
|
|
chat_integration_telegram_enabled:
|
|
default: false
|