2017-06-26 15:08:06 +01:00
|
|
|
plugins:
|
2017-07-03 11:08:14 +01:00
|
|
|
chat_integration_enabled:
|
2017-06-27 19:21:27 +01:00
|
|
|
default: false
|
2017-07-03 11:08:14 +01:00
|
|
|
chat_integration_discourse_username:
|
2017-06-30 11:10:11 +01:00
|
|
|
default: system
|
2017-07-03 15:53:26 +01:00
|
|
|
type: username
|
2017-07-03 11:08:14 +01:00
|
|
|
chat_integration_delay_seconds:
|
2017-06-30 13:09:36 +01:00
|
|
|
default: 20
|
|
|
|
|
|
|
|
#######################################
|
|
|
|
########## SLACK SETTINGS #############
|
|
|
|
#######################################
|
2017-07-03 11:08:14 +01:00
|
|
|
chat_integration_slack_enabled:
|
2017-06-30 13:09:36 +01:00
|
|
|
default: false
|
2017-07-03 16:28:26 +01:00
|
|
|
validator: "ChatIntegrationSlackEnabledSettingValidator"
|
2017-07-03 11:08:14 +01:00
|
|
|
chat_integration_slack_outbound_webhook_url:
|
2017-06-30 13:09:36 +01:00
|
|
|
default: ''
|
2017-07-03 16:28:26 +01:00
|
|
|
regex: '^https:\/\/hooks\.slack\.com\/services\/.+$'
|
2017-07-03 15:53:26 +01:00
|
|
|
chat_integration_slack_excerpt_length:
|
2017-06-30 13:09:36 +01:00
|
|
|
default: 400
|
2017-07-03 11:08:14 +01:00
|
|
|
chat_integration_slack_icon_url:
|
2017-06-30 13:09:36 +01:00
|
|
|
default: ''
|
2017-07-05 23:01:46 +01:00
|
|
|
chat_integration_slack_incoming_webhook_token:
|
|
|
|
default: ''
|
2017-07-03 11:08:14 +01:00
|
|
|
chat_integration_slack_access_token:
|
2017-06-30 15:28:20 +01:00
|
|
|
default: ''
|
2017-06-30 13:09:36 +01:00
|
|
|
|
|
|
|
#######################################
|
|
|
|
######### TELEGRAM SETTINGS ###########
|
|
|
|
#######################################
|
2017-07-03 11:08:14 +01:00
|
|
|
chat_integration_telegram_enabled:
|
2017-06-30 13:09:36 +01:00
|
|
|
default: false
|