new payment methods service

This commit is contained in:
Stephan D
2026-02-12 21:10:33 +01:00
parent b80dca0ce9
commit a862e27087
106 changed files with 3262 additions and 414 deletions

View File

@@ -148,6 +148,13 @@ PAYMENTS_QUOTATION_SERVICE_NAME=sendico_payments_quotation
PAYMENTS_QUOTATION_GRPC_PORT=50064
PAYMENTS_QUOTATION_METRICS_PORT=9414
# Payments methods stack
PAYMENTS_METHODS_DIR=payments_methods
PAYMENTS_METHODS_COMPOSE_PROJECT=sendico-payments-methods
PAYMENTS_METHODS_SERVICE_NAME=sendico_payments_methods
PAYMENTS_METHODS_GRPC_PORT=50066
PAYMENTS_METHODS_METRICS_PORT=9416
# Payments orchestrator Mongo settings
PAYMENTS_MONGO_HOST=sendico_db1
PAYMENTS_MONGO_PORT=27017