summaryrefslogtreecommitdiffstats
path: root/integrations/templates/setup/sample-python-config.md
blob: 529674555e9384d64d9eb4e988a7a939dd47c1b5 (plain)
1
2
3
4
5
6
7
8
9
10
The file format is YAML. Generally, the structure is:

```yaml
update_every: 1
autodetection_retry: 0

job_name:
  job_option1: some_value
  job_option2: some_other_vlaue
```