47 lines
1.3 KiB
Plaintext
47 lines
1.3 KiB
Plaintext
[daemon]
|
|
queue = /some/dir # stores job definitions for incoming jobs
|
|
incoming = /another/dir # stores files associated with incoming jobs
|
|
processing = /a/third/dir # temp directory for storing assets during processing
|
|
storage = /a/fourth/dir # final storage destination for processed jobs
|
|
error = /an/error_dir # directory for storing error logs, to be read by play-api
|
|
|
|
# URL and token to use when notifying the receiver about a finished package
|
|
notify_url = https://example.com/api/notify
|
|
notify_token = <jwt token>
|
|
|
|
# Optional, see https://docs.python.org/3.7/library/logging.html for details
|
|
#log_level = INFO
|
|
|
|
# Mail settings for emailing errors.
|
|
# If mail_level is present, all other mail_* fields need to be configured.
|
|
# If mail_level is not set, no emails will be sent.
|
|
mail_level = ERROR
|
|
mail_from = messages@example.com
|
|
mail_to = admin@example.com
|
|
mail_subject = play-daemon has encountered an error
|
|
|
|
[daisy]
|
|
user = auser
|
|
password = apassword
|
|
url = https://example.com/daisyapi/
|
|
|
|
[ldap]
|
|
url = ldaps://ldap.example.com
|
|
base_dn = dc=example,dc=com
|
|
|
|
[mediasite]
|
|
user = someuser
|
|
password = somepassword
|
|
|
|
[transcoder]
|
|
ffmpeg_debug = no
|
|
jobs = 4
|
|
|
|
[thumbnailer]
|
|
base = /path/to/an/image
|
|
textcolor = white
|
|
|
|
[recorders]
|
|
# name = <daisy:lokalid>
|
|
Test recorder = 620
|