diff options
author | Nikola Pajkovsky <npajkovs@redhat.com> | 2010-01-21 20:27:07 +0100 |
---|---|---|
committer | Nikola Pajkovsky <npajkovs@redhat.com> | 2010-01-21 20:27:07 +0100 |
commit | 46ae7eda1430b67a33ad30a77f60dd74d20c5b27 (patch) | |
tree | eb5ed80d7eb7e319a21ab3fb5e9283666623db32 /lib | |
parent | cdd59b27a946c8521d314f9902f873ec41b47474 (diff) | |
download | abrt-46ae7eda1430b67a33ad30a77f60dd74d20c5b27.tar.gz abrt-46ae7eda1430b67a33ad30a77f60dd74d20c5b27.tar.xz abrt-46ae7eda1430b67a33ad30a77f60dd74d20c5b27.zip |
diable catcut, enabled bugzilla
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Plugins/Bugzilla.conf | 1 | ||||
-rw-r--r-- | lib/Plugins/Catcut.conf | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/Plugins/Bugzilla.conf b/lib/Plugins/Bugzilla.conf index 6e98c9d5..ba115e50 100644 --- a/lib/Plugins/Bugzilla.conf +++ b/lib/Plugins/Bugzilla.conf @@ -1,5 +1,6 @@ # Bugzilla URL BugzillaURL = https://bugzilla.redhat.com/ +Enabled = 1 # yes means that ssl certificates will not be checked NoSSLVerify = no # your login has to exist, if you don have any, please create one diff --git a/lib/Plugins/Catcut.conf b/lib/Plugins/Catcut.conf index 6cafc2bd..858d1346 100644 --- a/lib/Plugins/Catcut.conf +++ b/lib/Plugins/Catcut.conf @@ -1,4 +1,4 @@ -Enabled = 1 +Enabled = 0 # Catcut URL CatcutURL = http://127.0.0.1:8080/catcut/xmlrpc |