prod conf update
Some checks failed
ci/woodpecker/push/billing_fees Pipeline was successful
ci/woodpecker/push/bff Pipeline was successful
ci/woodpecker/push/db Pipeline was successful
ci/woodpecker/push/chain_gateway Pipeline was successful
ci/woodpecker/push/fx_ingestor Pipeline was successful
ci/woodpecker/push/fx_oracle Pipeline was successful
ci/woodpecker/push/frontend Pipeline was successful
ci/woodpecker/push/nats Pipeline was successful
ci/woodpecker/push/notification Pipeline was successful
ci/woodpecker/push/payments_orchestrator Pipeline was successful
ci/woodpecker/push/bump_version Pipeline failed
ci/woodpecker/push/ledger Pipeline was successful

This commit is contained in:
Stephan D
2025-11-21 22:56:36 +01:00
parent 4d7827db61
commit d00d9275fe
4 changed files with 8 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ ledger:
insecure: true
gateway:
address: "sendico_chain_gateway:50054"
address: "sendico_chain_gateway:50070"
dial_timeout_seconds: 5
call_timeout_seconds: 3
insecure: true

View File

@@ -71,12 +71,13 @@ api:
# secret_access_key_env: S3_ACCESS_KEY_SECRET
# region_env: S3_REGION
# bucket_name_env: S3_BUCKET_NAME
driver: local_fs
settings:
root_path: ./storage
driver: local_fs
settings:
root_path: ./storage
chain_gateway:
address: sendico-chain-gateway
address: sendico_chain_gateway:50070
address_env: CHAIN_GATEWAY_ADDRESS
dial_timeout_seconds: 5
call_timeout_seconds: 5
insecure: true

View File

@@ -127,6 +127,7 @@ BFF_HTTP_PORT=8080
CHAIN_GATEWAY_DIR=chain_gateway
CHAIN_GATEWAY_COMPOSE_PROJECT=sendico-chain-gateway
CHAIN_GATEWAY_SERVICE_NAME=sendico_chain_gateway
CHAIN_GATEWAY_ADDRESS=sendico_chain_gateway:50070
CHAIN_GATEWAY_GRPC_PORT=50070
CHAIN_GATEWAY_METRICS_PORT=9404

View File

@@ -29,6 +29,7 @@ services:
NATS_PORT: ${NATS_PORT}
NATS_USER: ${NATS_USER}
NATS_PASSWORD: ${NATS_PASSWORD}
CHAIN_GATEWAY_ADDRESS: ${CHAIN_GATEWAY_ADDRESS}
MONGO_HOST: ${MONGO_HOST}
MONGO_PORT: ${MONGO_PORT}
MONGO_DATABASE: ${MONGO_DATABASE}