mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-02 16:49:56 +01:00
7 lines
234 B
JavaScript
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
|
|
}; |