bodhi2: Disable strict_keys in the stg mash.conf
This commit is contained in:
parent
8d33afa7fd
commit
12dc010f4d
1 changed files with 4 additions and 0 deletions
|
@ -10,5 +10,9 @@ configdir = /etc/bodhi/
|
|||
repodir = /mnt/koji
|
||||
fork = True
|
||||
use_sqlite = True
|
||||
{% if env == 'staging' %}
|
||||
strict_keys = False
|
||||
{% else %}
|
||||
strict_keys = True
|
||||
{% endif %}
|
||||
max_delta_rpm_size = 1500000000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue