Tell MBS to not try and obtain a token from PDC (no need).
This commit is contained in:
parent
da7c4b9456
commit
95605fa454
1 changed files with 3 additions and 1 deletions
|
@ -98,8 +98,10 @@ class ProdConfiguration(BaseConfiguration):
|
|||
LOG_LEVEL = 'debug'
|
||||
LOG_BACKEND = 'console'
|
||||
|
||||
# Yes, use tls.
|
||||
PDC_INSECURE = False
|
||||
PDC_DEVELOP = False
|
||||
# No, don't try to obtain a token (we just read. we don't write.)
|
||||
PDC_DEVELOP = True
|
||||
|
||||
KOJI_CONFIG = path.join(confdir, 'koji.conf')
|
||||
{% if env == 'staging' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue