dynmap/web/config.js
2011-04-03 17:15:19 +02:00

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
};