1<?php
2
3/*
4 * default configuration settings
5 *
6 */
7
8$conf['default_update_period']    = 300;
9$conf['runner_max_execution_time']    = 30;
10$conf['runner_max_tasks']    = 5;
11$conf['doxygen_executable'] = '/usr/bin/doxygen';
12