aboutsummaryrefslogtreecommitdiff
path: root/config_defaults.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config_defaults.rb')
-rw-r--r--config_defaults.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/config_defaults.rb b/config_defaults.rb
index 77a5e9a..5e3e0ec 100644
--- a/config_defaults.rb
+++ b/config_defaults.rb
@@ -45,7 +45,7 @@ $conf.footer = []
}
$conf.errorlog = ""
-$conf.bugreportmail = "Benjamin.Kellermann@gmx.de"
+$conf.bugreportmail = "webmaster@#{$cgi.server_name}"
$conf.auto_send_report = false
$conf.known_errors = []
@@ -59,6 +59,8 @@ $conf.aboutnotice = ""
$conf.default_css = "default.css"
+$conf.dudle_src = "https://github.com/kellerben/dudle/"
+
if File.exists?("config.rb") || File.exists?("../config.rb")
require_relative "config"