Microservices that use a webhook should replace PROVIDER_BASE_URL with WEBHOOK_BASE_URL #218
Closed
4 tasks done
Labels
account-service
content-publishing-service
content-watcher-service
enhancement
New feature or request
graph-service
social-app-template
Milestone
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.graph service should replace PROVIDER_BASE_URL with WEBHOOK_BASE_URL #356graph service should replace PROVIDER_BASE_URL with WEBHOOK_BASE_URL #356 closed as not planned, as
graph-service
is a different use-case and does not need renaming.Follow up to remove entirely: #339
The text was updated successfully, but these errors were encountered: