mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 04:51:16 +08:00
8 lines
253 B
Python
8 lines
253 B
Python
# secret set in discourse webhooks UI
|
|
{% if env == "staging" %}
|
|
DISCOURSE2FEDMSG_SECRET = "{{ discourse2fedmsg_stg_webhook_secret }}"
|
|
{% else %}
|
|
DISCOURSE2FEDMSG_SECRET = "{{ discourse2fedmsg_webhook_secret }}"
|
|
{% endif %}
|
|
SESSION_COOKIE_SECURE = False
|