mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-09 12:10:59 +01:00
8 lines
351 B
JavaScript
8 lines
351 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
|
|
tileWidth: 128,
|
|
tileHeight: 128
|
|
}; |