dynmap/web/config.js

7 lines
234 B
JavaScript
Raw Normal View History

var config = {
2010-12-27 11:58:57 +01:00
tileUrl: 'tiles/',
updateUrl: 'up/', // For Apache and lighttpd
2011-01-20 23:29:38 +01:00
// updateUrl: 'up.aspx?path=', // For IIS
tileWidth: 128,
tileHeight: 128
};