15 lines
345 B
YAML
15 lines
345 B
YAML
# Configuration file for Flamenco Worker.
|
|
# For an explanation of the fields, refer to flamenco-worker-example.yaml
|
|
#
|
|
# NOTE: this file can be overwritten by Flamenco Worker.
|
|
#
|
|
# This file was written on 2022-01-31 14:45:36 +01:00
|
|
|
|
manager_url: "http://localhost:8080/"
|
|
task_types:
|
|
- sleep
|
|
- blender-render
|
|
- file-management
|
|
- exr-merge
|
|
- debug
|