From 252da2a5c68c5bff7458b84f4d3ecf6cd8b96f02 Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Wed, 12 Mar 2014 00:10:17 -0500 Subject: [PATCH] Add exportpath, default-sign-set settings --- src/main/resources/configuration.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/configuration.txt b/src/main/resources/configuration.txt index 87943948..58113daa 100644 --- a/src/main/resources/configuration.txt +++ b/src/main/resources/configuration.txt @@ -290,6 +290,9 @@ tilespath: web/tiles # The path where the web-files are located. webpath: web +# The path were the /dynmapexp command exports OBJ ZIP files +exportpath: export + # The network-interface the webserver will bind to (0.0.0.0 for all interfaces, 127.0.0.1 for only local access). # If not set, uses same setting as server in server.properties (or 0.0.0.0 if not specified) #webserver-bindaddress: 0.0.0.0