Updated Bungee Configuration (markdown)

Risto Lahtela 2021-01-29 15:43:44 +02:00
parent 8a62dd1909
commit 42517bebd5

@ -6,7 +6,7 @@ For Bukkit or Sponge see [[Bukkit Configuration]]
- [Default Config](https://github.com/plan-player-analytics/Plan/blob/master/Plan/common/src/main/resources/assets/plan/bungeeconfig.yml)
Page version: **5.0 build 367**
Page version: **5.1 build 813**
# Settings
@ -71,6 +71,8 @@ Alternative_IP.Address | `your.domain.here:%port%` | Address to use as link in i
Internal_IP| `0.0.0.0` | Internal InetAddress to start the WebServer on. 0.0.0.0 manages the Internal IP automatically. No need to change unless running in Docker.
Security.SSL_certificate | | [[View the tutorial on setting up a SSL Certificate|SSL Certificate (HTTPS) Set-Up]]
Security.CORS.Allow_origin | '"*"' | Allows other sites to fetch JSON from Plan webserver.
Security.IP_whitelist | `false` | Enables or disables the IP whitelist for the webserver
Security.IP_whitelist.Whitelist | locahost | List of IP addresses to allow accessing the webserver
Disable_Webserver| `false` | Disables the WebServer. This is for [[External WebServer Use]]
External_Webserver_address| `https://www.example.address` | Address to give to users when Plan WebServer is disabled.