import torrus 1.0.9
[freeside.git] / torrus / configs / torrus-siteconfig.pl
1 # Torrus Site config. Put all your site specifics here.
2 # You need to stop and start Apache server every time you change this file.
3
4 @Torrus::Global::xmlAlwaysIncludeFirst = ( 'defaults.xml', 'site-global.xml' );
5
6 %Torrus::Global::treeConfig =
7     (
8      'main' => {
9          'description' => 'The main tree',
10          'info'        => 'some tree',
11          'xmlfiles' => [qw(routers.xml)],
12          'run' => { 'collector' => 1, 'monitor' => 0 } }
13      );
14
15 # Customizable look in the HTML page top
16 # $Torrus::Renderer::companyName = 'Your company name';
17 # $Torrus::Renderer::companyURL = 'http://torrus.sf.net';
18 # $Torrus::Renderer::siteInfo = `hostname`;
19
20
21 1;