e5f30dc8992d92b31fe34b09e1104cb7eb492f18
[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'        => 'main tree', #'some tree', #per-agent?
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 #Freeside
21 $Torrus::CGI::authorizeUsers = 0;
22 $Torrus::Renderer::rendererURL = '/freeside/torrus';
23 $Torrus::Renderer::plainURL    = '/freeside/torrus/plain/';
24 $Torrus::Renderer::Freeside::FSURL = '%%%FREESIDE_URL%%%';
25
26 1;