package-pipelines-miscellan.../matterbridge/matterbridge.default

20 lines
521 B
Text
Raw Normal View History

2023-12-05 23:40:22 +01:00
# Command line options for matterbridge. Possible options are:
#
# -conf string
# config file (default "matterbridge.toml")
# -debug
# enable debug
# -gops
# enable gops agent
# -version
# show version
#
ARGS=-conf /etc/matterbridge/matterbridge.toml
# Number of days after which media in the upload directory should be
# removed.
#
# Warning: This variable is passed directly to "find-delete". Don't
# try anything fancy here and just use integers.
#
UPLOAD_DIRECTORY_RETENTION_DAYS=30