Browse Source

conf.php-dist: set cache directory

master
parent
commit
84d02aada9
  1. 3
      conf.php-dist

3
conf.php-dist

@ -41,6 +41,9 @@ $config['checkIpLocation'] = true;
// maxZoom (tiles will be scaled if higher than native zoom level). Default: 19.
$config['maxZoom'] = 19;
// cache directory. Must be writeable by the webserver!
#$config['cache'] = 'cache';
// Available base maps; first is default
$config['baseMaps'] = array(
array(

Loading…
Cancel
Save