/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 patches/riku-weather/setups/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:
1
 
<?php
2
 
    $TITLE = "RIKU'S TEST ADEI";
3
 
    $MODULES = array("config", "graph", "wiki");
4
 
 
5
 
    $READER_DB_TEST = array (
6
 
        "imageservice" => array(
7
 
            "title" => _("Imageservice"),
8
 
            "reader" => "IMAGEReader",
9
 
            "database" => array("cloudcamera", "ceilometer")
10
 
        )
11
 
    );
12
 
 
13
 
    if (is_array($READER_DB)) $READER_DB = array_merge($READER_DB_TEST, $READER_DB);
14
 
    else $READER_DB = $READER_DB_TEST;
15
 
 
16
 
 
17
 
    $OPTIONS = array_merge ($OPTIONS, array(
18
 
        "imageservices" => array(    
19
 
            "disable_caching" => 1
20
 
        ),
21
 
        "imageservices__cloudcamera" => array(
22
 
            "image_folder" => "/home/riku/public_html/CC2/"
23
 
            
24
 
        ),
25
 
        "imageservices__ceilometer" => array(
26
 
        )
27
 
    ));
28
 
 
29
 
?>
 
 
b'\\ No newline at end of file'