Use Anitya's stage secret
This commit is contained in:
parent
45de9a7a66
commit
40879071bf
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue