BlueMap/BlueMapCommon/src/main/resources/de/bluecolored/bluemap/config/webserver.conf

19 lines
581 B
Plaintext

## ##
## BlueMap ##
## Webserver-Config ##
## ##
# With this setting you can disable the integrated web-server.
# This is useful if you want to only render the map-data for later use, or if you setup your own webserver.
# Default is enabled
enabled: true
# The webroot that the server will host to the web.
# Usually this should be set to the same directory like in the webapp.conf!
# Default is "bluemap/web"
webroot: "${webroot}"
# The port that the webserver listens to.
# Default is 8100
port: 8100