File-Config
Info:
When a “default” is mentioned for any option, it is meant that if the option is commented out or removed, that is what BlueMap will use as a fallback.
This may not be the same as the option that is pre-filled-in.
storage-type
The storage-type of this storage.
Depending on this setting, different config-entries are allowed/expected in this config file.
Don’t change this value! (If you want a different storage-type, check out the other example-configs)
root
The path to the folder on your file-system where bluemap will save the rendered map
Default is "bluemap/web/maps"
compression
The compression-type that bluemap will use to compress generated map-data.
Available compression-types are:
gzipzstddeflatenone
Default is gzip
Hidden Configs
Info:
These config options are not included in bluemaps default configuration template.
This is done to discourage users from changing them, as they rarely need to be changed and are for advanced users only.
Change them at your own risk!
atomic
Whether to use atomic file operations and .filepart files when saving map data.
This helps making sure that there is never incomplete files written in the map-storage.
Disabling this could help if your map-storage is some remote file-system that doesn’t support atomic operations and you want to minimize file-operations.
Default is true