diff options
Diffstat (limited to '')
-rw-r--r-- | config.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 1c8825b..1f0f349 100644 --- a/config.toml +++ b/config.toml @@ -10,13 +10,17 @@ interval = 30 [[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" |