diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-07-17 09:04:48 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-07-17 09:13:52 +0200 |
commit | 34ae7055a0f01306be67dc00030af93190deca55 (patch) | |
tree | bec978682872324e92aa7ffdcdcab32e99113a49 /data | |
parent | 90ae10b0d1181cedb1c31a20e2194a59896223fd (diff) | |
download | bugzilla-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')
-rw-r--r-- | data/XMLRPCdata.json | 8 |
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 |