/adei/trunk

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

« back to all changes in this revision

Viewing changes to setups/wt/config.php

  • Committer: Suren A. Chilingaryan
  • Date: 2012-07-14 17:44:09 UTC
  • Revision ID: csa@dside.dyndns.org-20120714174409-cuzsy4vupyjx9lia
Update of setups

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
$TITLE = "Weather Station";
3
3
$MODULES = array("config", "graph", "wiki");
4
4
 
 
5
$ADEI_TIMINGS = array (
 
6
        _("1 Year") => 31536000,
 
7
        _("1 Month") => 2592000,
 
8
        _("1 Week") => 604800,
 
9
        _("1 Day") => 86400,
 
10
        _("6 Hours") => 21600,
 
11
        _("1 Hour") => 3600,
 
12
        _("15 Min") => 900,
 
13
        _("10 Min") => 600,
 
14
        _("5 Min") => 300
 
15
);
 
16
 
5
17
 
6
18
$EXPORT_FORMATS = array (
7
19
        "csv" => array(
46
58
            "port" => 1433,
47
59
            "user" => 'souren',
48
60
            "password" => '$souren$',
49
 
            "database" => array("Mastdaten_rep"),
 
61
            "database" => array("Mastdaten_rep", "MastdatenArchiv"),
50
62
            "charset" => "ISO8859-1",
51
63
            "timeout" => 200000,        // us
52
64
            "ping" => true,             // host and port should be specified