Updated Bukkit Configuration (markdown)

Risto Lahtela 2021-03-21 09:40:50 +02:00
parent 972ab41fd7
commit 6a43aa0bfe
1 changed files with 2 additions and 1 deletions

@ -6,7 +6,7 @@ For Bungee see [[Bungee Configuration]]
- [Default Config](https://github.com/plan-player-analytics/Plan/blob/master/Plan/common/src/main/resources/assets/plan/config.yml)
Page version: **5.2 build 1068**
Page version: **5.2 build 1147**
# Settings by Section
@ -73,6 +73,7 @@ Cache.Invalidate_memory_cache_after | 5 MINUTES | How long to store json for the
Security.SSL_certificate | | [View the tutorial on setting up a SSL Certificate](https://github.com/plan-player-analytics/Plan/wiki/SSL-Certificate-%28HTTPS%29-Set-Up)
Security.CORS.Allow_origin | '"*"' | Allows other sites to fetch JSON from Plan webserver.
Security.Use_X-Forwarded-For_Header | `false` | Allows you to use whitelist with reverse-proxy
Security.Cookies_expire_after | 2 HOURS | Determine time after login-cookies expire
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]]