summaryrefslogtreecommitdiff
path: root/config.toml
blob: 05189622cc6a0db6144a06e3ee3ffcd1526a7ff1 (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 = 30
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"