summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorstuebinm2022-02-16 00:14:41 +0100
committerstuebinm2022-02-16 00:14:41 +0100
commit2e51b4b237003bc969434c960b3c0fa3cf5317a4 (patch)
tree405863bdd488d1f3444ef8dcfeffe419680c1e09 /config.toml
parent358305b196e41ca88155fd0d71516cefe7e2732d (diff)
… 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?)
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml13
1 files changed, 12 insertions, 1 deletions
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"