summaryrefslogtreecommitdiff
path: root/config.toml
blob: 652344841ea30d8ce4437419854e7520b7625e45 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
port = 8080
verbose = true

tmpdir = "/tmp"

# linting interval in seconds
interval = 36000

# where to post map updates to
# exneuland = "http://localhost:4000"
# auth token for map updates
token = "hello, world!"

[[org]]
slug = "divoc"

# baseurl of maps as seen by the frontend
url = "https://world.di.c3voc.de/maps/"
# webdir into which maps should be written
webdir = "/tmp/var/www/divoc"

# increment this if you change the server / linter config
# (part of urls for linted maps; allows indefinite browser caching)
generation = 1

backlink_prefix = "world://lobby#start_"
contact_mail = "world@muc.hacc.space"
howto_link = "https://di.c3voc.de/howto:world"

# linter's config for this org
lintconfig = "./config.json"
# map's entrypoint (only maps reachable from here are included)
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"