diff options
Diffstat (limited to 'cwality-config.toml')
-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" |