Add update-webpath-files setting to allow disable of web file updating
This commit is contained in:
parent
716635c20e
commit
6b208dd038
16 changed files with 134 additions and 289 deletions
|
|
@ -315,6 +315,10 @@ tilespath: web/tiles
|
|||
# The path where the web-files are located.
|
||||
webpath: web
|
||||
|
||||
# If set to false, disable extraction of webpath content (good if using custom web UI or 3rd party web UI)
|
||||
# Note: web interface is unsupported in this configuration - you're on your own
|
||||
update-webpath-files: true
|
||||
|
||||
# The path were the /dynmapexp command exports OBJ ZIP files
|
||||
exportpath: export
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue