mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 04:22:18 +08:00
7 lines
223 B
Python
7 lines
223 B
Python
# secret set in discourse webhooks UI
|
|
{% if env == "staging" %}
|
|
DISCOURSE2FEDMSG_SECRET = "{{ discourse2fedmsg_stg_webhook_secret }}"
|
|
{% else %}
|
|
DISCOURSE2FEDMSG_SECRET = "{{ discourse2fedmsg_webhook_secret }}"
|
|
{% endif %}
|