summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/MiddleWare/CrashCatcher.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/MiddleWare/CrashCatcher.conf b/lib/MiddleWare/CrashCatcher.conf
index c4c2c17a..e865ebec 100644
--- a/lib/MiddleWare/CrashCatcher.conf
+++ b/lib/MiddleWare/CrashCatcher.conf
@@ -1,4 +1,9 @@
# test conf file. it will be generated in the future
+# blacklisted packages
BlackList = bash, bind, apache2
-EnabledPlugins = SQLite3, CCpp
+# enabled plugins
+EnabledPlugins = SQLite3, CCpp, Mailx
+# selected DB plugin
Database = SQLite3
+# reporters association
+CCpp = Mailx \ No newline at end of file