summaryrefslogtreecommitdiff
path: root/torrus/configs/torrus-siteconfig.pl
diff options
context:
space:
mode:
authorivan <ivan>2010-12-27 00:04:44 +0000
committerivan <ivan>2010-12-27 00:04:44 +0000
commit74e058c8a010ef6feb539248a550d0bb169c1e94 (patch)
tree6e8d3efb218dd0f41970b62c7f29758d1ae9a937 /torrus/configs/torrus-siteconfig.pl
parent35359a73152b3d7a9ad5e3d37faf81f6fedb76e8 (diff)
import torrus 1.0.9
Diffstat (limited to 'torrus/configs/torrus-siteconfig.pl')
-rw-r--r--torrus/configs/torrus-siteconfig.pl21
1 files changed, 21 insertions, 0 deletions
diff --git a/torrus/configs/torrus-siteconfig.pl b/torrus/configs/torrus-siteconfig.pl
new file mode 100644
index 0000000..ed51c17
--- /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;