/adei/ui

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/ui

« back to all changes in this revision

Viewing changes to setups/katrin/config.php

  • Committer: Suren A. Chilingaryan
  • Date: 2008-06-17 23:19:26 UTC
  • Revision ID: csa@dside.dyndns.org-20080617231926-w9mpfxw6lv0r0450
Administrative interface and better handling of missing group channels

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
);
75
75
 
76
76
$OPTIONS["toskanadb"] = array(
77
 
            "root_database" => "/var/www/localhost/htdocs/adei/storage/root_hauptspektrometer.root",
 
77
            "root_database" => "/var/www/localhost/htdocs/adei/storage/root_prespektrometer.root",
78
78
            "date_limit" => "2008-04-21 12:00:00",              //GMT
79
79
            "optimize_empty_cache" => true,
80
80
//          "graph_interpolate" => false,
81
81
            "maximal_allowed_gap" => 120,
82
82
//          "ignore_invalid_data" => true,
83
 
            "fill_raw_first" => true,
 
83
//          "fill_raw_first" => true,
84
84
            "fix_missing_items" => array(
85
85
                "check_growth" => true, /* check amount of items not to decrease */
86
86
                "limit" => 1,           /* minimal amount of items required */