monetix gateway

This commit is contained in:
Stephan D
2025-12-04 21:16:15 +01:00
parent f439f53524
commit 396a0c0c88
47 changed files with 3835 additions and 3 deletions

View File

@@ -61,6 +61,16 @@ FX_INGESTOR_COMPOSE_PROJECT=sendico-fx-ingestor
FX_INGESTOR_SERVICE_NAME=sendico_fx_ingestor
FX_INGESTOR_METRICS_PORT=9102
# Monetix gateway
MNTX_GATEWAY_DIR=mntx_gateway
MNTX_GATEWAY_COMPOSE_PROJECT=sendico-mntx-gateway
MNTX_GATEWAY_SERVICE_NAME=sendico_mntx_gateway
MNTX_GATEWAY_GRPC_PORT=50075
MNTX_GATEWAY_METRICS_PORT=9404
MNTX_GATEWAY_HTTP_PORT=8080
MONETIX_BASE_URL=https://api.txflux.com
# FX oracle stack
FX_ORACLE_DIR=fx_oracle
FX_ORACLE_COMPOSE_PROJECT=sendico-fx-oracle