summaryrefslogtreecommitdiff
path: root/config.toml
blob: a259c20800fff4746f30cb54ab045bf407c54bc4 (plain)
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
port = 8080
verbose = true

tmpdir = "/tmp"

# linting interval in seconds
interval = 10000
exneuland = "http://localhost:4000"
token = "hello, world!"

[[org]]
slug = "divoc"
url = "https://world.di.c3voc.de/maps/"
webdir = "/var/www/divoc"
lintconfig = "./config.json"
entrypoint = "main.json"

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

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