X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=torrus%2Fconfigs%2Ftorrus-siteconfig.pl;fp=torrus%2Fconfigs%2Ftorrus-siteconfig.pl;h=ed51c17302a1f5723abd1d1eae74cac45192742c;hp=0000000000000000000000000000000000000000;hb=74e058c8a010ef6feb539248a550d0bb169c1e94;hpb=35359a73152b3d7a9ad5e3d37faf81f6fedb76e8 diff --git a/torrus/configs/torrus-siteconfig.pl b/torrus/configs/torrus-siteconfig.pl new file mode 100644 index 000000000..ed51c1730 --- /dev/null +++ b/torrus/configs/torrus-siteconfig.pl @@ -0,0 +1,21 @@ +# Torrus Site config. Put all your site specifics here. +# You need to stop and start Apache server every time you change this file. + +@Torrus::Global::xmlAlwaysIncludeFirst = ( 'defaults.xml', 'site-global.xml' ); + +%Torrus::Global::treeConfig = + ( + 'main' => { + 'description' => 'The main tree', + 'info' => 'some tree', + 'xmlfiles' => [qw(routers.xml)], + 'run' => { 'collector' => 1, 'monitor' => 0 } } + ); + +# Customizable look in the HTML page top +# $Torrus::Renderer::companyName = 'Your company name'; +# $Torrus::Renderer::companyURL = 'http://torrus.sf.net'; +# $Torrus::Renderer::siteInfo = `hostname`; + + +1;