32 lines
752 B
Plaintext
32 lines
752 B
Plaintext
[daemon]
|
|
queue = /some/dir
|
|
storage = /another/dir
|
|
processing = /a/third/dir
|
|
error = /an/error_dir
|
|
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/
|
|
|
|
[mediasite]
|
|
user = someuser
|
|
password = somepassword
|
|
|
|
[recorders]
|
|
# name = <daisy:lokalid>
|
|
Test recorder = 620
|