import torrus 1.0.9
[freeside.git] / torrus / configs / email-siteconfig.pl
1 # Torrus Email notifications configuration. Put all your site specifics here.
2
3 # The URL where the user can browse the datasources
4 $Torrus::Email::url = 'http://localhost/torrus';
5
6 # Filename within templates directory which will be used
7 # for e-mail notification
8 $Torrus::Email::template = 'email-alarm.txt';
9
10 1;
11
12 # Local Variables:
13 # mode: perl
14 # indent-tabs-mode: nil
15 # perl-indent-level: 4
16 # End: