4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-07-03 14:17:45 +00:00

Add option to ignore failing bridge on start. Fixes #455 (#603)

This commit is contained in:
Wim
2018-11-25 10:35:35 +01:00
committed by GitHub
parent c6fd65d1d7
commit f4d4dc91b1
3 changed files with 38 additions and 2 deletions

View File

@ -1303,6 +1303,12 @@ MediaDownloadSize=1000000
#OPTIONAL (default empty)
MediaDownloadBlacklist=[".html$",".htm$"]
#IgnoreFailureOnStart allows you to ignore failing bridges on startup.
#Matterbridge will disable the failed bridge and continue with the other ones.
#Context: https://github.com/42wim/matterbridge/issues/455
#OPTIONAL (default false)
IgnoreFailureOnStart=false
###################################################################
#Gateway configuration
###################################################################