diff options
author | stuebinm | 2022-02-28 00:40:34 +0100 |
---|---|---|
committer | stuebinm | 2022-02-28 00:40:34 +0100 |
commit | 93ba7e10a5ccfa1c57fdd4242f8a459f25d105cb (patch) | |
tree | 77ba67fd64bedd8bd6514248019bd60410c5b185 /cwality-config.toml | |
parent | 8a201e8658c9365d301a7cda9077ddf005b014c9 (diff) |
little server for making cwality maps (which meow, for now)
Diffstat (limited to '')
-rw-r--r-- | cwality-config.toml | 9 |
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" |