bigbluebutton-Github/bbb-webhooks/config/custom-environment-variables.yml
prlanzarin 440fe5c57f bbb-webhooks: add a timeout configuration to be used on POST requests
Added the new config requestTimeout (and env var REQUEST_TIMEOUT). It is piped to the request module POST operation to avoid clogging the queue when there are no responses to hooks or the HTTPS socket connection cant be established
2020-06-24 18:03:55 +00:00

15 lines
269 B
YAML

bbb:
serverDomain: SERVER_DOMAIN
sharedSecret: SHARED_SECRET
auth2_0: BEARER_AUTH
hooks:
permanentURLs:
__name: PERMANENT_HOOKS
__format: json
requestTimeout:
__name: REQUEST_TIMEOUT
__format: json
redis:
host: REDIS_HOST
port: REDIS_PORT