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 */
8
9// set this to your farm directory
10//if(!defined('DOKU_FARMDIR')) define('DOKU_FARMDIR', '/var/www/farm');
11
12// include this after DOKU_FARMDIR if you want to use farms
13//include(fullpath(dirname(__FILE__)).'/farm.php');
14
15// you can overwrite the $config_cascade to your liking
16//$config_cascade = array(
17//);
18