File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
framework/components/dockercompose/billing_platform_service Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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:-}
You can’t perform that action at this time.
0 commit comments