aboutsummaryrefslogtreecommitdiff
path: root/config_sample.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-01-28 13:47:30 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-01-28 13:47:30 +0100
commitf6974add6878b95b592865c3ad640bdc48cc78ec (patch)
tree7c1de88ea7eca1f7d72b43b54367674e9f949273 /config_sample.rb
parent90a6b261d9c7f1d6dd1a7007a213d4426436b99a (diff)
Page included for error reporting
Diffstat (limited to 'config_sample.rb')
-rw-r--r--config_sample.rb12
1 files changed, 12 insertions, 0 deletions
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",