mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 14:02:12 +08:00
7 lines
584 B
Django/Jinja
7 lines
584 B
Django/Jinja
DATABASE__SQLALCHEMY__URL="postgresql://webhook2fedmsg:{{ (env == 'staging')|ternary(webhook2fedmsg_stg_db_password, webhook2fedmsg_prod_db_password) }}@db01{{ env_suffix }}.{{datacenter}}.fedoraproject.org/webhook2fedmsg"
|
|
SESSION_SECRET="{{ (env == 'staging')|ternary(webhook2fedmsg_stg_secret_key, webhook2fedmsg_prod_secret_key) }}"
|
|
FASJSON_URL="https://fasjson{{ env_suffix }}.fedoraproject.org"
|
|
OIDC__PROVIDER_URL="https://id{{ env_suffix }}.fedoraproject.org/openidc"
|
|
OIDC__CLIENT_ID="webhook2fedmsg"
|
|
DATAGREPPER_URL="https://apps{{ env_suffix }}.fedoraproject.org/datagrepper"
|