master
md 10 lines 175 Bytes
Rendered Raw
1 The file format is YAML. Generally, the structure is:
2
3 ```yaml
4 update_every: 1
5 autodetection_retry: 0
6
7 job_name:
8 job_option1: some_value
9 job_option2: some_other_vlaue
10 ```