From 2e51b4b237003bc969434c960b3c0fa3cf5317a4 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 16 Feb 2022 00:14:41 +0100 Subject: … several hours of fighting with TOML later WHO THOUGHT THIS SYNTAX WAS A GOOD IDEA?? (and who decided to write the least obvious combinator library to parse it?) --- config.toml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index ff3ef8e..3886597 100644 --- a/config.toml +++ b/config.toml @@ -4,6 +4,17 @@ port = 8080 verbose = true tmpdir = "/tmp" -entrypoint = "main.json" + + +[[org]] +slug = "divoc" lintconfig = "./config.json" +entrypoint = "main.json" + +[[org.repo]] # I hate TOML +url = "https://gitlab.infra4future.de/hacc/events/hacc-map" +ref = "master" +[[org.repo]] +url = "https://github.com/namiko/assembly_2021" +ref = "master" -- cgit v1.2.3