From c1988345690b9da7a82020ff72542860fcb1d68a Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 16 Feb 2022 16:57:49 +0100 Subject: server: add mapservice GET endpoint --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.toml') 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" -- cgit v1.2.3