diff options
Diffstat (limited to 'torrus/configs/email-siteconfig.pl')
-rw-r--r-- | torrus/configs/email-siteconfig.pl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/torrus/configs/email-siteconfig.pl b/torrus/configs/email-siteconfig.pl new file mode 100644 index 000000000..74a82e5a1 --- /dev/null +++ b/torrus/configs/email-siteconfig.pl @@ -0,0 +1,16 @@ +# Torrus Email notifications configuration. Put all your site specifics here. + +# The URL where the user can browse the datasources +$Torrus::Email::url = 'http://localhost/torrus'; + +# Filename within templates directory which will be used +# for e-mail notification +$Torrus::Email::template = 'email-alarm.txt'; + +1; + +# Local Variables: +# mode: perl +# indent-tabs-mode: nil +# perl-indent-level: 4 +# End: |