Added another way to specify configuration file.

This commit is contained in:
FrozenCow 2011-05-06 23:18:46 +02:00
parent 5f32f8fb99
commit c4e1362274
2 changed files with 5 additions and 4 deletions

View file

@ -1,8 +1,9 @@
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
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
};