summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
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"