aboutsummaryrefslogtreecommitdiffstats
path: root/data/XMLRPCdata.json
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-07-17 09:04:48 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-07-17 09:13:52 +0200
commit34ae7055a0f01306be67dc00030af93190deca55 (patch)
treebec978682872324e92aa7ffdcdcab32e99113a49 /data/XMLRPCdata.json
parent90ae10b0d1181cedb1c31a20e2194a59896223fd (diff)
downloadbugzilla-triage-34ae7055a0f01306be67dc00030af93190deca55.tar.gz
Make XMLRPC service independent of a bugzilla instance.
- activates password dialog only for bugzillas which actually need it - XML-RPC URL is stored in data/XMLRPCdata.json Fixes #23
Diffstat (limited to 'data/XMLRPCdata.json')
-rw-r--r--data/XMLRPCdata.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/XMLRPCdata.json b/data/XMLRPCdata.json
new file mode 100644
index 0000000..4dab662
--- /dev/null
+++ b/data/XMLRPCdata.json
@@ -0,0 +1,8 @@
+{
+ "bugzilla.redhat.com": {
+ "url": "https://bugzilla.redhat.com/xmlrpc.cgi"
+ },
+ "bz-web2-test.devel.redhat.com": {
+ "url": "https://bz-web2-test.devel.redhat.com/xmlrpc.cgi"
+ }
+} \ No newline at end of file