mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-13 10:05:15 +08:00
32 lines
720 B
Plaintext
32 lines
720 B
Plaintext
[koji]
|
|
|
|
;configuration for koji cli tool
|
|
|
|
;url of XMLRPC server
|
|
server = http://koji.stg.fedoraproject.org/kojihub
|
|
|
|
;url of web interface
|
|
weburl = http://koji.stg.fedoraproject.org/koji
|
|
|
|
;url of package download site
|
|
topurl = http://kojipkgs.fedoraproject.org/
|
|
|
|
;path to the koji top directory
|
|
;topdir = /mnt/koji
|
|
|
|
;configuration for Kerberos authentication
|
|
|
|
;the service name of the principal being used by the hub
|
|
;krbservice = host
|
|
|
|
;configuration for SSL authentication
|
|
authtype = ssl
|
|
;client certificate
|
|
cert = ~/.fedora.cert
|
|
|
|
;certificate of the CA that issued the client certificate
|
|
ca = ~/.fedora-server-ca.cert
|
|
|
|
;certificate of the CA that issued the HTTP server certificate
|
|
serverca = ~/.fedora-server-ca.cert
|