Choose a ccache dir that fedmsg can write to.

This commit is contained in:
Ralph Bean 2017-02-01 16:02:28 +00:00
parent 23d0241d1c
commit f942a9bf88

View file

@ -93,7 +93,7 @@ class ProdConfiguration(BaseConfiguration):
{% endif %}
KRB_KEYTAB = '/etc/krb5.mbs_mbs{{env_suffix}}.fedoraproject.org.keytab'
KRB_CCACHE = '/var/cache/mbs-krb5cc'
KRB_CCACHE = '/var/cache/fedmsg/mbs-krb5cc'
LOG_LEVEL = 'debug'
LOG_BACKEND = 'console'