Skip to content

Commit 01c3fb7

Browse files
oracle count
1 parent 38ea911 commit 01c3fb7

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
@@ -34,7 +34,7 @@ services:
3434
MAINNET_CAPABILITIES_REGISTRY_RPC_URL: ${MAINNET_CAPABILITIES_REGISTRY_RPC_URL:-}
3535
TESTNET_CAPABILITIES_REGISTRY_RPC_URL: ${MAINNET_CAPABILITIES_REGISTRY_RPC_URL:-}
3636
MAINNET_CAPABILITIES_REGISTRY_FINALITY_DEPTH: ${MAINNET_CAPABILITIES_REGISTRY_FINALITY_DEPTH:-}
37-
# N_WORKFLOW_ORACLES: 4
37+
N_WORKFLOW_ORACLES: 4
3838
ORGANIZATION_ID: "integration-test-aggregation-org-happy-path-odd-quorum"
3939
# ORGANIZATION_ID: "000000000000"
4040
TEST_OWNERS: ${TEST_OWNERS:-}
@@ -94,7 +94,7 @@ services:
9494
restart: on-failure
9595
command: ["db", "populate-data", "--linking-mode=basic"]
9696
environment:
97-
# N_WORKFLOW_ORACLES: 4
97+
N_WORKFLOW_ORACLES: 4
9898
ORGANIZATION_ID: "integration-test-aggregation-org-happy-path-odd-quorum"
9999
# ORGANIZATION_ID: "000000000000"
100100
BILLING_CLIENT_URL: "billing-platform-service:2222"

0 commit comments

Comments
 (0)