summaryrefslogtreecommitdiff
path: root/config.toml
blob: 3886597dc8ff3276bbbc3146c67d78d23a1e68c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
port = 8080
verbose = true

tmpdir = "/tmp"


[[org]]
slug = "divoc"
lintconfig = "./config.json"
entrypoint = "main.json"

[[org.repo]] # I hate TOML
url = "https://gitlab.infra4future.de/hacc/events/hacc-map"
ref = "master"

[[org.repo]]
url = "https://github.com/namiko/assembly_2021"
ref = "master"