mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-12 13:34:47 +01:00
Formatted config.js.
This commit is contained in:
parent
d1a8c40248
commit
e4e0d68537
@ -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 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 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 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'
|
||||
//},
|
||||
// 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
|
||||
tileUrl : 'tiles/',
|
||||
tileWidth : 128,
|
||||
tileHeight : 128
|
||||
};
|
Loading…
Reference in New Issue
Block a user