Server URL is also env depending

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-12-15 13:07:23 +00:00
parent 6a9098d59f
commit fff0e0503e

View file

@ -10,7 +10,7 @@ principal=kojira/koji{{env_suffix}}.fedoraproject.org@{{ipa_realm}}
keytab=/etc/krb5.kojira_koji{{env_suffix}}.fedoraproject.org.keytab
; The URL for the koji hub server
server=https://koji.fedoraproject.org/kojihub
server=https://koji{{env_suffix}}.fedoraproject.org/kojihub
; The directory containing the repos/ directory
topdir=/mnt/koji
@ -27,14 +27,3 @@ with_src=no
; prevent kojira from flooding the build system with newRepo tasks
max_repo_tasks=6
;configuration for SSL athentication
;client certificate
;cert = /etc/kojira/kojira_cert_key.pem
;certificate of the CA that issued the client certificate
;ca = /etc/kojira/extras_cacert.pem
;certificate of the CA that issued the HTTP server certificate
serverca = /etc/kojira/extras_cacert.pem