port = 8080 verbose = true tmpdir = "/tmp" # linting interval in seconds interval = 36000 # where to post map updates to # exneuland = "http://localhost:4000" # auth token for map updates token = "hello, world!" [[org]] slug = "divoc" # baseurl of maps as seen by the frontend url = "https://example.org/maps/" # webdir into which maps should be written webdir = "/tmp/var/www/example" 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 backlink_prefix = "world://lobby#start_" contact_mail = "world@example.org" howto_link = "https://example.org" # linter's config for this org lintconfig = "./config.json" # map's entrypoint (only maps reachable from here are included) entrypoint = "main.json" [[org.repo]] url = "https://github.com/namiko/assembly_2021" ref = "master" name = "haecksen" # add more repos here …