Update bodhi config for 3.6.1

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-04-23 22:58:51 +00:00
parent 3b187523d1
commit ae9bea289d

View file

@ -341,13 +341,9 @@ top_testers_timeframe = 900
# dogpile.cache.backend = dogpile.cache.dbm
# dogpile.cache.expiration_time = 100
# dogpile.cache.arguments.filename = /var/cache/bodhi-dogpile-cache.dbm
{% if env == "staging" %}
dogpile.cache.backend = dogpile.cache.memory_pickle
# Cache expires every 6 hours.
dogpile.cache.expiration_time = 21600
{% else %}
dogpile.cache.arguments.filename = /var/cache/bodhi/dogpile-cache.dbm
{% endif %}
# Exclude sending emails to these users
# exclude_mail = autoqa taskotron
@ -689,9 +685,6 @@ port = 6543
[pshell]
m = bodhi.server.models
#db = bodhi.server.util.pshell_db
{% if env != "staging" %}
t = transaction
{% endif %}
# Begin logging configuration