440fe5c57f
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
15 lines
269 B
YAML
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
|