Files
fedora-infra_ansible/roles/openshift-apps/webhook2fedmsg/templates/w2fm.cfg.j2
2025-06-27 12:25:21 +02:00

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"