mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-12 13:34:47 +01:00
9 lines
462 B
JavaScript
9 lines
462 B
JavaScript
var config = {
|
|
tileUrl: 'tiles/',
|
|
updateUrl: 'up/', // For Apache and lighttpd
|
|
// updateUrl: 'up.php?path=', // For Apache and lighttpd without ability to natively proxy
|
|
// updateUrl: 'up.aspx?path=', // For IIS
|
|
// configurationUrl: 'standalone/dynmap_config.json', // For some standalone setups.
|
|
tileWidth: 128,
|
|
tileHeight: 128
|
|
}; |