You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gateway microservices that use webhooks previously used the environment variable PROVIDER_BASE_URL as the webhook target server. The social-app-template has adopted a new nomenclature using WEBHOOK_BASE_URL. All micro services should be in sync with the social-app-template and use the new nomenclature.
Acceptance Criteria
All microservices that use webhooks use WEBHOOK_BASE_URL to provision their webhook.
Description
The gateway microservices that use webhooks previously used the environment variable
PROVIDER_BASE_URL
as the webhook target server. Thesocial-app-template
has adopted a new nomenclature usingWEBHOOK_BASE_URL
. All micro services should be in sync with thesocial-app-template
and use the new nomenclature.Acceptance Criteria
All microservices that use webhooks use
WEBHOOK_BASE_URL
to provision their webhook.Follow up to remove entirely: #339
The text was updated successfully, but these errors were encountered: