summaryrefslogtreecommitdiff
path: root/cwality-config.toml
diff options
context:
space:
mode:
authorstuebinm2022-02-28 00:40:34 +0100
committerstuebinm2022-02-28 00:40:34 +0100
commit93ba7e10a5ccfa1c57fdd4242f8a459f25d105cb (patch)
tree77ba67fd64bedd8bd6514248019bd60410c5b185 /cwality-config.toml
parent8a201e8658c9365d301a7cda9077ddf005b014c9 (diff)
little server for making cwality maps (which meow, for now)
Diffstat (limited to 'cwality-config.toml')
-rw-r--r--cwality-config.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/cwality-config.toml b/cwality-config.toml
new file mode 100644
index 0000000..b663476
--- /dev/null
+++ b/cwality-config.toml
@@ -0,0 +1,9 @@
+
+
+verbose = true
+port = 8080
+
+# directory containing template maps.
+# all .json files therein will be interpreted as maps;
+# other files are served statically
+template = "./example-templates"