Skip to content

Commit 6485e75

Browse files
reset 1
1 parent 083cd55 commit 6485e75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework/components/dockercompose/billing_platform_service/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
TESTNET_CAPABILITIES_REGISTRY_RPC_URL: ${MAINNET_CAPABILITIES_REGISTRY_RPC_URL:-}
3636
MAINNET_CAPABILITIES_REGISTRY_FINALITY_DEPTH: ${MAINNET_CAPABILITIES_REGISTRY_FINALITY_DEPTH:-}
3737
# ORGANIZATION_ID: "integration-test-aggregation-org-happy-path-odd-quorum"
38-
N_WORKFLOW_ORACLES: 4
38+
# N_WORKFLOW_ORACLES: 4
3939
TEST_OWNERS: ${TEST_OWNERS:-}
4040
STREAMS_API_URL: ${STREAMS_API_URL:-}
4141
STREAMS_API_KEY: ${STREAMS_API_KEY:-}
@@ -93,7 +93,7 @@ services:
9393
restart: on-failure
9494
command: ["db", "populate-data", "--linking-mode=basic"]
9595
environment:
96-
N_WORKFLOW_ORACLES: 4
96+
# N_WORKFLOW_ORACLES: 4
9797
ORGANIZATION_ID: "integration-test-aggregation-org-happy-path-odd-quorum"
9898
BILLING_CLIENT_URL: "billing-platform-service:2222"
9999
TEST_OWNERS: ${TEST_OWNERS:-}

0 commit comments

Comments
 (0)