mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
refactor: ( payment ) use rabbitmq for webhooks event
This commit is contained in:
@@ -116,3 +116,12 @@ FAYDA_CLAIMS_LOCALES=en am
|
||||
FAYDA_SESSION_TTL_MINUTES=10
|
||||
|
||||
GITHUB_PACKAGE_TOKEN=
|
||||
|
||||
# --- Payment event consumer (RabbitMQ) -------------------------------------------------------
|
||||
# Consumes payment.succeeded / payment.failed events from the payment microservice. Separate
|
||||
# from any RABBITMQ_URL used by the IAM/notification modules so the two connections are
|
||||
# independent. Points at the dedicated `payment` vhost on the (shared) broker.
|
||||
# Local dev broker (docker): amqp://edr:edr_secret@localhost:5672/payment
|
||||
PAYMENT_RABBITMQ_URL=amqp://edr:edr_secret@localhost:5672/payment
|
||||
# Max unacknowledged payment events this consumer holds at once.
|
||||
PAYMENT_EVENTS_PREFETCH=10
|
||||
|
||||
Reference in New Issue
Block a user