Add email notifications.
[cfb.git] / config.properties
diff --git a/config.properties b/config.properties
new file mode 100644 (file)
index 0000000..caf5e75
--- /dev/null
@@ -0,0 +1,9 @@
+; Path (relative or absolute) to the FINDBUGS_HOME, i.e., where FindBugs is installed
+FindBugsHome=../findbugs-3.0.1/
+
+; List (comma-separated) of email addresses to which notifications should be sent
+notify=chris@localhost
+
+; Mail server setup
+mail.smtp.host=localhost
+mail.from=findbugs@localhost