From e4e0d685375c405aea4d061a92b724afb79a8c04 Mon Sep 17 00:00:00 2001 From: FrozenCow Date: Thu, 26 May 2011 14:16:34 +0200 Subject: [PATCH] Formatted config.js. --- web/config.js | 62 +++++++++++++++++++++++++-------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/web/config.js b/web/config.js index a54b37a3..f4c02493 100644 --- a/web/config.js +++ b/web/config.js @@ -1,33 +1,33 @@ var config = { - // For internal server or proxying webserver. - url: { - configuration: 'up/configuration', - update: 'up/world/{world}/{timestamp}', - sendmessage: 'up/sendmessage' - }, - - // For proxying webserver through php. - //url: { - // configuration: 'up.php?path=configuration', - // update: 'up.php?path=world/{world}/?{timestamp}', - // sendmessage: 'up.php?path=sendmessage' - //}, - - // For proxying webserver through aspx. - //url: { - // configuration: 'up.aspx?path=configuration', - // update: 'up.aspx?path=world/{world}/?{timestamp}', - // sendmessage: 'up.aspx?path=sendmessage' - //}, - - // For standalone (jsonfile) webserver. - //url: { - // configuration: 'standalone/dynmap_config.json', - // update: 'standalone/dynmap_{world}.json', - // sendmessage: 'standalone/sendmessage.php' - //}, - - tileUrl: 'tiles/', - tileWidth: 128, - tileHeight: 128 + // For internal server or proxying webserver. + url : { + configuration : 'up/configuration', + update : 'up/world/{world}/{timestamp}', + sendmessage : 'up/sendmessage' + }, + + // For proxying webserver through php. + // url: { + // configuration: 'up.php?path=configuration', + // update: 'up.php?path=world/{world}/?{timestamp}', + // sendmessage: 'up.php?path=sendmessage' + // }, + + // For proxying webserver through aspx. + // url: { + // configuration: 'up.aspx?path=configuration', + // update: 'up.aspx?path=world/{world}/?{timestamp}', + // sendmessage: 'up.aspx?path=sendmessage' + // }, + + // For standalone (jsonfile) webserver. + // url: { + // configuration: 'standalone/dynmap_config.json', + // update: 'standalone/dynmap_{world}.json', + // sendmessage: 'standalone/sendmessage.php' + // }, + + tileUrl : 'tiles/', + tileWidth : 128, + tileHeight : 128 }; \ No newline at end of file