summaryrefslogtreecommitdiff
path: root/cwality-config.toml
diff options
context:
space:
mode:
authorstuebinm2022-02-28 00:40:34 +0100
committerstuebinm2022-03-19 19:57:18 +0100
commit3fa02bb09b574bbccf9fc9faadb94f9c61d60e6c (patch)
treea661e50ac91df5b460aac614e3a8a1de57a6b0ba /cwality-config.toml
parent596096823872aaa491e1a208f70da820322a766f (diff)
little server for making cwality maps (which meow, for now)
Diffstat (limited to '')
-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"