summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-03-14 18:10:23 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2011-03-14 18:10:23 +0100
commit3763e47fe054d46e5b217b4c0704930b3707ffcd (patch)
treeb45572ce232b5a744e3291f320fe327520795b03 /src/plugins
parent365baba740b443c38c0e9669300b3f6f532fb057 (diff)
downloadabrt-3763e47fe054d46e5b217b4c0704930b3707ffcd.tar.gz
abrt-3763e47fe054d46e5b217b4c0704930b3707ffcd.tar.xz
abrt-3763e47fe054d46e5b217b4c0704930b3707ffcd.zip
set the default values in report_Bugzilla.xml
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/report_Bugzilla.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/report_Bugzilla.xml b/src/plugins/report_Bugzilla.xml
index 0cd1891a..bf1dd82a 100644
--- a/src/plugins/report_Bugzilla.xml
+++ b/src/plugins/report_Bugzilla.xml
@@ -7,6 +7,7 @@
<label>Bugzilla URL</label>
<allow-empty>no</allow-empty>
<description>Address of the bugzilla server</description>
+ <default-value>https://bugzilla.redhat.com</default-value>
<property>Address of the bugzilla server</property>
<notused1>blahblahblah</notused1>
</option>
@@ -23,6 +24,7 @@
<option type="bool" name="Bugzilla_SSLVerify">
<label>SSL Verify</label>
<description>Check the ssl key validity</description>
+ <default-value>yes</default-value>
</option>
</options>
</event>