Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Configuration file for Flamenco Manager.
# For an explanation of the fields, refer to flamenco-manager-example.yaml
#
# NOTE: this file will be overwritten by Flamenco Manager's web-based configuration system.
#
# This file was written on 2018-01-12 13:07:38 +01:00
database_url: mongodb://localhost/flamanager
database_path: ./db
listen: '[::0]:5983'
own_url: http://localhost:5983/
flamenco: https://cloud.blender.org/
manager_id:
manager_secret:
tlskey: ""
tlscert: ""
download_task_sleep: 1m0s
download_task_recheck_throttle: 10s
variables:
blender:
darwin: blender
linux: ./run_icc_mpi.sh
windows: blender.exe
path_replacement:
job_storage:
darwin: storage
linux: storage
windows: storage
render:
darwin: value-on-macos
linux: output
windows: output
task_update_push_max_interval: 5s
task_update_push_max_count: 20
cancel_task_fetch_max_interval: 10s
active_task_timeout_interval: 1m0s
active_worker_timeout_interval: 5m0s
task_cleanup_max_age: 336h0m0s
watch_for_latest_image: ""
ssdp_discovery: false
ssdp_device_uuid:
test_tasks:
test_blender_render:
job_storage: '{job_storage}/test-jobs'
render_output: '{render}/test-renders'