summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorstuebinm2022-04-14 00:27:19 +0200
committerstuebinm2022-04-14 00:27:19 +0200
commit3bcc4a608e078733c210e8927421b255a6829cad (patch)
treebc18033cdc41a4287f9d891fb97eaf4afc4a6adc /config.toml
parentdb2bd423a00e582dd966d040df70d6994122b7ff (diff)
mapserver: symlink outdirs to human-readable paths
(meant for use of this server without exneuland / the whole map resolution api on a dump simple workadventure backend)
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 6523448..2e1c224 100644
--- a/config.toml
+++ b/config.toml
@@ -21,6 +21,8 @@ url = "https://world.di.c3voc.de/maps/"
# webdir into which maps should be written
webdir = "/tmp/var/www/divoc"
+webdir_human = "/tmp/var/www-human/divoc"
+
# increment this if you change the server / linter config
# (part of urls for linted maps; allows indefinite browser caching)
generation = 1