ansible/roles/openshift-apps/webhook2fedmsg/templates/w2fm.cfg
Aurélien Bompard 4110db1cc4
W2FM: set the datagrepper URL
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-09-13 11:45:33 +02:00

6 lines
574 B
INI

DATABASE__SQLALCHEMY__URL="postgresql://webhook2fedmsg:{{ (env == 'staging')|ternary(webhook2fedmsg_stg_db_password, webhook2fedmsg_prod_db_password) }}@db01{{ env_suffix }}.iad2.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"