Formatted config.js.
This commit is contained in:
parent
e06e90eeff
commit
ce61394401
1 changed files with 31 additions and 31 deletions
|
|
@ -1,33 +1,33 @@
|
||||||
var config = {
|
var config = {
|
||||||
// For internal server or proxying webserver.
|
// For internal server or proxying webserver.
|
||||||
url: {
|
url : {
|
||||||
configuration: 'up/configuration',
|
configuration : 'up/configuration',
|
||||||
update: 'up/world/{world}/{timestamp}',
|
update : 'up/world/{world}/{timestamp}',
|
||||||
sendmessage: 'up/sendmessage'
|
sendmessage : 'up/sendmessage'
|
||||||
},
|
},
|
||||||
|
|
||||||
// For proxying webserver through php.
|
// For proxying webserver through php.
|
||||||
//url: {
|
// url: {
|
||||||
// configuration: 'up.php?path=configuration',
|
// configuration: 'up.php?path=configuration',
|
||||||
// update: 'up.php?path=world/{world}/?{timestamp}',
|
// update: 'up.php?path=world/{world}/?{timestamp}',
|
||||||
// sendmessage: 'up.php?path=sendmessage'
|
// sendmessage: 'up.php?path=sendmessage'
|
||||||
//},
|
// },
|
||||||
|
|
||||||
// For proxying webserver through aspx.
|
// For proxying webserver through aspx.
|
||||||
//url: {
|
// url: {
|
||||||
// configuration: 'up.aspx?path=configuration',
|
// configuration: 'up.aspx?path=configuration',
|
||||||
// update: 'up.aspx?path=world/{world}/?{timestamp}',
|
// update: 'up.aspx?path=world/{world}/?{timestamp}',
|
||||||
// sendmessage: 'up.aspx?path=sendmessage'
|
// sendmessage: 'up.aspx?path=sendmessage'
|
||||||
//},
|
// },
|
||||||
|
|
||||||
// For standalone (jsonfile) webserver.
|
// For standalone (jsonfile) webserver.
|
||||||
//url: {
|
// url: {
|
||||||
// configuration: 'standalone/dynmap_config.json',
|
// configuration: 'standalone/dynmap_config.json',
|
||||||
// update: 'standalone/dynmap_{world}.json',
|
// update: 'standalone/dynmap_{world}.json',
|
||||||
// sendmessage: 'standalone/sendmessage.php'
|
// sendmessage: 'standalone/sendmessage.php'
|
||||||
//},
|
// },
|
||||||
|
|
||||||
tileUrl: 'tiles/',
|
tileUrl : 'tiles/',
|
||||||
tileWidth: 128,
|
tileWidth : 128,
|
||||||
tileHeight: 128
|
tileHeight : 128
|
||||||
};
|
};
|
||||||
Loading…
Add table
Add a link
Reference in a new issue