periodicator/config.example.yaml

15 lines
259 B
YAML
Raw Normal View History

2021-09-26 10:30:51 +05:00
gitlab:
base_url: "https://gitlab.com"
token: "aaabbbccc"
tasks:
- title: "Test"
body: |
This is a multiline
task
body
tags: ["test label"]
execution_start: "2021-09-01 00:00:00"
cron: "00 5 * * fri"
due_in: "24h"