From 3fa02bb09b574bbccf9fc9faadb94f9c61d60e6c Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 28 Feb 2022 00:40:34 +0100 Subject: little server for making cwality maps (which meow, for now) --- cwality-config.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cwality-config.toml (limited to 'cwality-config.toml') 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" -- cgit v1.2.3