Updated External WebServer Use (markdown)

Rsl1122 2017-12-10 19:14:43 +02:00
parent 2faf2ab645
commit 78c3750443

@ -38,10 +38,6 @@ On Bukkit servers it is possible to disable the WebServer.
``` ```
WebServer: WebServer:
... ...
# For those that want to serve Html from their own WebServer instead.
# Set up Html Export (https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/External-WebServer-Use)
# ATTENTION: On BungeeCord systems it is not possible to disable the WebServer on the plugin due to WebAPI requirements.
# If the WebServer is disabled with this setting BungeeCord systems will cease to function.
DisableWebServer: false DisableWebServer: false
ExternalWebServerAddress: "https://www.example.address" ExternalWebServerAddress: "https://www.example.address"
``` ```