6 lines
574 B
INI
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"
|