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-24 17:44:01 +01:00
|
|
|
chat_integration_slack_access_token:
|
|
|
|
default: ''
|
|
|
|
chat_integration_slack_incoming_webhook_token:
|
2017-06-30 13:09:36 +01:00
|
|
|
default: ''
|
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-24 17:44:01 +01:00
|
|
|
chat_integration_slack_outbound_webhook_url:
|
2017-07-05 23:01:46 +01:00
|
|
|
default: ''
|
2017-07-24 17:44:01 +01:00
|
|
|
regex: '^https:\/\/hooks\.slack\.com\/services\/.+$'
|
|
|
|
chat_integration_slack_icon_url:
|
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
|
2017-07-19 16:28:02 +01:00
|
|
|
chat_integration_telegram_access_token:
|
|
|
|
default: ''
|
|
|
|
chat_integration_telegram_excerpt_length:
|
|
|
|
default: 400
|
|
|
|
chat_integration_telegram_enable_slash_commands:
|
|
|
|
default: true
|
|
|
|
chat_integration_telegram_secret:
|
2017-08-03 16:24:04 +01:00
|
|
|
default: ''
|
2017-07-21 15:48:57 +01:00
|
|
|
hidden: true
|
|
|
|
|
|
|
|
#######################################
|
|
|
|
########## DISCORD SETTINGS ###########
|
|
|
|
#######################################
|
|
|
|
chat_integration_discord_enabled:
|
|
|
|
default: false
|
2017-09-01 21:03:31 +01:00
|
|
|
chat_integration_discord_message_content:
|
|
|
|
default: ""
|
2017-07-21 15:48:57 +01:00
|
|
|
chat_integration_discord_excerpt_length:
|
2017-07-24 19:22:19 +01:00
|
|
|
default: 400
|
|
|
|
|
|
|
|
#######################################
|
|
|
|
########## HIPCHAT SETTINGS ###########
|
|
|
|
#######################################
|
|
|
|
chat_integration_hipchat_enabled:
|
|
|
|
default: false
|
|
|
|
chat_integration_hipchat_icon_url:
|
|
|
|
default: ''
|
|
|
|
chat_integration_hipchat_excerpt_length:
|
|
|
|
default: 400
|
2017-07-25 22:14:48 +01:00
|
|
|
|
|
|
|
#######################################
|
|
|
|
######## MATTERMOST SETTINGS ##########
|
|
|
|
#######################################
|
|
|
|
chat_integration_mattermost_enabled:
|
|
|
|
default: false
|
|
|
|
chat_integration_mattermost_webhook_url:
|
|
|
|
default: ''
|
2017-07-26 13:09:05 +01:00
|
|
|
chat_integration_mattermost_incoming_webhook_token:
|
|
|
|
default: ''
|
2017-07-25 22:14:48 +01:00
|
|
|
chat_integration_mattermost_icon_url:
|
|
|
|
default: ''
|
|
|
|
chat_integration_mattermost_excerpt_length:
|
|
|
|
default: 400
|
2017-07-27 17:09:44 +01:00
|
|
|
|
|
|
|
#######################################
|
|
|
|
########## MATRIX SETTINGS ############
|
|
|
|
#######################################
|
|
|
|
chat_integration_matrix_enabled:
|
|
|
|
default: false
|
|
|
|
chat_integration_matrix_homeserver:
|
|
|
|
default: 'https://matrix.org'
|
|
|
|
chat_integration_matrix_access_token:
|
|
|
|
default: ''
|
|
|
|
chat_integration_matrix_excerpt_length:
|
2017-08-03 16:24:04 +01:00
|
|
|
default: 400
|
2017-08-21 23:34:04 +01:00
|
|
|
|
|
|
|
#######################################
|
|
|
|
########### ZULIP SETTINGS ############
|
|
|
|
#######################################
|
|
|
|
chat_integration_zulip_enabled:
|
|
|
|
default: false
|
|
|
|
chat_integration_zulip_server:
|
|
|
|
default: ''
|
2017-08-23 12:36:11 +01:00
|
|
|
chat_integration_zulip_bot_email_address:
|
|
|
|
default: ''
|
2017-08-21 23:34:04 +01:00
|
|
|
chat_integration_zulip_bot_api_key:
|
|
|
|
default: ''
|
|
|
|
chat_integration_zulip_excerpt_length:
|
|
|
|
default: 400
|
2017-08-23 16:43:27 +01:00
|
|
|
|
|
|
|
#######################################
|
|
|
|
######## ROCKET CHAT SETTINGS #########
|
|
|
|
#######################################
|
|
|
|
chat_integration_rocketchat_enabled:
|
|
|
|
default: false
|
|
|
|
chat_integration_rocketchat_webhook_url:
|
|
|
|
default: ''
|
|
|
|
chat_integration_rocketchat_excerpt_length:
|
|
|
|
default: 400
|
2017-08-30 18:11:06 -05:00
|
|
|
|
|
|
|
#######################################
|
|
|
|
########## GITTER SETTINGS ############
|
|
|
|
#######################################
|
|
|
|
chat_integration_gitter_enabled:
|
|
|
|
default: false
|
2017-10-16 16:44:21 +02:00
|
|
|
|
|
|
|
#######################################
|
|
|
|
########## FLOWDOCK SETTINGS ##########
|
|
|
|
#######################################
|
|
|
|
chat_integration_flowdock_enabled:
|
|
|
|
default: false
|
|
|
|
chat_integration_flowdock_excerpt_length:
|
|
|
|
default: 400
|