From 8eb02891db1d466d17329c0568cc67aafcd48f20 Mon Sep 17 00:00:00 2001 From: Zdenek Prikryl Date: Thu, 5 Feb 2009 14:21:25 +0100 Subject: CC conf file --- lib/MiddleWare/CrashCatcher.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lib/MiddleWare/CrashCatcher.conf (limited to 'lib/MiddleWare') diff --git a/lib/MiddleWare/CrashCatcher.conf b/lib/MiddleWare/CrashCatcher.conf new file mode 100644 index 0000000..9307740 --- /dev/null +++ b/lib/MiddleWare/CrashCatcher.conf @@ -0,0 +1,4 @@ +# test conf file. it will be generated in the future +BlackList = /usr/bin/bash, /usr/bin/sh +EnabledPlugins = SQLite3, CCpp +Database = SQLite3 -- cgit