Use Anitya's stage secret

This commit is contained in:
Jeremy Cline 2018-01-02 15:28:34 +00:00
parent 45de9a7a66
commit 40879071bf

View file

@ -11,7 +11,7 @@ data:
# Secret key used to generate the CSRF token in the forms.
{% if env == 'staging' %}
secret_key = 'changeme please'
secret_key = '{{ stg_anitya_secrect_key }}'
{% else %}
secret_key = '{{ anitya_secret_key }}'
{% endif %}