-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
account-service should replace PROVIDER_BASE_URL with WEBHOOK_BASE_URL #350
account-service should replace PROVIDER_BASE_URL with WEBHOOK_BASE_URL #350
Conversation
…` to `webhookBaseUrl`
|
||
# Remove specified volumes | ||
echo "Removing specified volumes..." | ||
docker volume rm account-service_redis_data | ||
docker volume rm account-service_chainstorage | ||
docker volume rm gateway_redis_data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docker-compose.yaml file moved to root, so targets needed to be renamed to match.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two small things. The readme updates and such are great, although I guess we might need to make the same changes to the other services?
…-microservices-that-use-a-webhook-should-replace-provider_base_url-with-webhook_base_url
…f `PROVIDER_BASE_URL`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: rename this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One nit about renaming a file; non-blocking.
🚢 it!
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
WEBHOOK_BASE_URL
to provision their webhook.Follow up to remove entirely: #339