dynmap/web/config.js

9 lines
462 B
JavaScript
Raw Normal View History

var config = {
2010-12-27 11:58:57 +01:00
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
};