<?php
/**
 * CONFIG FILE
 * 
 * it is included by classes/cronlog.class.php
 */
return array(
    // starting directory with all servers cronwrapper logs
    'sDatadir'=>'__APPDIR__/data',

    // caching time for serverinfos
    'iTtlCache'=>60,

    // when show an error for expired jobs (latency to execute job and sync logs)
    'iExpiredJobsFailAfter'=>60*30,

    // hide these cronjob labels in the web gui
    'aHidelogs'=>array(
        'copycronlogs',
    )
);