Add configuration settings for optional URL overrides
This commit is contained in:
parent
3c3608bb5f
commit
c1f351ce27
1 changed files with 17 additions and 0 deletions
|
|
@ -360,6 +360,23 @@ msg:
|
||||||
chatrequireslogin: "Chat Requires Login"
|
chatrequireslogin: "Chat Requires Login"
|
||||||
chatnotallowed: "You are not permitted to send chat messages"
|
chatnotallowed: "You are not permitted to send chat messages"
|
||||||
|
|
||||||
|
# URL for client configuration (only need to be tailored for proxies or other non-standard configurations)
|
||||||
|
url:
|
||||||
|
# configuration URL
|
||||||
|
#configuration: "up/configuration"
|
||||||
|
# update URL
|
||||||
|
#update: "up/world/{world}/{timestamp}"
|
||||||
|
# sendmessage URL
|
||||||
|
#sendmessage: "up/sendmessage"
|
||||||
|
# login URL
|
||||||
|
#login: "up/login"
|
||||||
|
# register URL
|
||||||
|
#register: "up/register"
|
||||||
|
# tiles base URL
|
||||||
|
#tiles: "tiles/"
|
||||||
|
# markers base URL
|
||||||
|
#markers: "tiles/"
|
||||||
|
|
||||||
# Set to true to enable verbose startup messages - can help with debugging map configuration problems
|
# Set to true to enable verbose startup messages - can help with debugging map configuration problems
|
||||||
# Set to false for a much quieter startup log
|
# Set to false for a much quieter startup log
|
||||||
verbose: false
|
verbose: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue