Merge pull request #4295 from maulware/4239_jwt-no-cache
[dokuwiki.git] / inc / preload.php.dist
blob7acda0e3d24098ec9004c10c7fbb5d40c6baf8c2
1 <?php
2 /**
3  * This is an example for a farm setup. Simply copy this file to preload.php and
4  * uncomment what you need. See http://www.dokuwiki.org/farms for more information.
5  * You can also use preload.php for other things than farming, e.g. for moving
6  * local configuration files out of the main ./conf directory.
7  */
9 // set this to your farm directory
10 //if(!defined('DOKU_FARMDIR')) define('DOKU_FARMDIR', '/var/www/farm');
12 // include this after DOKU_FARMDIR if you want to use farms
13 //include(fullpath(dirname(__FILE__)).'/farm.php');
15 // you can overwrite the $config_cascade to your liking
16 //$config_cascade = array(
17 //);