Added another way to specify configuration file.
This commit is contained in:
parent
5f32f8fb99
commit
c4e1362274
2 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue