/'; // path of the root of the farm, ended with / $farmconf['farmfsroot'] = ' (ex: /var/www/html/)'; // Farmer (main DW instance) path (relative to farmfsroot/farmwebroot) $farmconf['farmer'] = '/ (ex: farmer/)'; // Where animals are stored (relative to farmfsroot/farmwebroot) $farmconf['barn'] = '/ (ex: animals/)'; // set barnrewrite to true if you want to access animal using / instead of //, if true then $farmconf['userewrite'] must be true as well $farmconf['farmrewrite'] = false; // set userewrite to true if you want to access animal using // instead of //doku.php?animal=&id=... $farmconf['userewrite'] = false; // set virtual to true if you use a virtualhost based setup $farmconf['virtual'] = false; // the virtualhost that must be identified as the farmer if virtual is in use $farmconf['farmerhost'] = ''; // The name of the default animal template $farmconf['animaltemplate'] = 'animaltemplate'; // set enablesoap to true if you want to allow trusted remote applications to interract with the farm $farmconf['enablesoap'] = false; // Farm max disk usage in bytes, 0 means no limit. $farmconf['farmmaxsize'] = 0; // Animal max disk usage in bytes, 0 means no limit. $farmconf['animalmaxsize'] = 0; // Maximal amount of animals, 0 means no limit. $farmconf['farmmaxanimals'] = 0; ?>