dynmap/web/config.js

7 lines
234 B
JavaScript

var config = {
tileUrl: 'tiles/',
updateUrl: 'up/', // For Apache and lighttpd
// updateUrl: 'up.aspx?path=', // For IIS
tileWidth: 128,
tileHeight: 128
};