I came across the following in my worldserver.config however i have no idea how to set these up. I can't find any documentation explaining how to set them up. Any ideas?
Regards
Xedara
REST SERVICE
#
#
# WorldREST.Enabled
# Description: Enable REST service.
# Default: 0 - (Disabled)
# 1 - (Enabled)
WorldREST.Enabled = 0
#
# WorldREST.BindIP
# Description: Bind REST service to IP/hostname.
# Default: "127.0.0.1" - (Bind to localhost)
WorldREST.BindIP = "127.0.0.1"
#
# WorldREST.Port
# Description: TCP port to reach the REST service.
# Default: 8082
WorldREST.Port = 8082
WORLD TO DISCORD
#
#
# WorldREST.Enabled
# Description: Enable World to Discord service.
# Default: 0 - (Disabled)
# 1 - (Enabled)
WorldToDiscord.Enabled = 0
#
# WorldREST.RelayURL
# Description: Relay http server that will handle the http call
# every 2 seconds with world channel player chats
# Default: "http://127.0.0.1:8083"
WorldToDiscord.RelayURL = "http://127.0.0.1:8083"
#
# WorldREST.AuthToken
# Description: Auth Token, user will have to set this in headers to reach REST service
# Minimum length (security reason) : 16 characters
# Default: ""
WorldREST.AuthToken = ""