mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
Use Anitya's stage secret
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user