summaryrefslogtreecommitdiff
path: root/cwality-config.toml
diff options
context:
space:
mode:
authorstuebinm2022-10-11 11:28:30 +0200
committerstuebinm2022-10-11 11:28:30 +0200
commita29be8315c2e6647a5878529affda84ec8036ccb (patch)
tree9e5973c8e4a149dfcf2b20fcff6c08fe8c90fe59 /cwality-config.toml
parentb6bc6c59c003cfbcfad2d5b1cf8809476f60fa17 (diff)
update stack resolver
(also got rid of the map templater, which had version problems with mustache — it's not likely anyone will need it anyways)
Diffstat (limited to 'cwality-config.toml')
-rw-r--r--cwality-config.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/cwality-config.toml b/cwality-config.toml
deleted file mode 100644
index b663476..0000000
--- a/cwality-config.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-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"