From 5d9677b3508f461eca7ec9b76423a7023236be3b Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Mon, 30 Jul 2012 20:35:46 -0500 Subject: [PATCH] Add configuration settings for optional URL overrides --- src/main/resources/configuration.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/main/resources/configuration.txt b/src/main/resources/configuration.txt index 14eca0dd..f914f4e0 100644 --- a/src/main/resources/configuration.txt +++ b/src/main/resources/configuration.txt @@ -360,6 +360,23 @@ msg: chatrequireslogin: "Chat Requires Login" 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 false for a much quieter startup log verbose: false