From f6974add6878b95b592865c3ad640bdc48cc78ec Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Thu, 28 Jan 2010 13:47:30 +0100 Subject: Page included for error reporting --- config_sample.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'config_sample.rb') diff --git a/config_sample.rb b/config_sample.rb index 1dc518d..ed52300 100644 --- a/config_sample.rb +++ b/config_sample.rb @@ -26,6 +26,18 @@ load "git.rb" # Change this if the url is not determined correctly SITEURL = "http://#{$cgi.server_name}#{$cgi.script_name.gsub(/[^\/]*$/,"")}" +# If you want to encourage the user to send bug reports, state the errorlog, +# which you have configured in your apache conf with the ErrorLog directive. +# In addition, you can change the email address to yours, if you want to +# receive the mails instead of me (the developer). +# You would do me a favor, if you configure this with my address, however, +# if you do not want people to read parts of your error log, leave the +# ERRORLOG variable unset! +# Make sure, that your apache can read this file +# (which usually is not the case for /var/log/apache2/*) +#ERRORLOG = "/var/log/dudle_error.log" +BUGREPORTMAIL = "Benjamin.Kellermann@tu-dresden.de" + # Add some Example Polls to the start page EXAMPLES = { "event_schedule_example" => "coffeebreak", -- cgit v1.2.3