File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
framework/components/dockercompose/billing_platform_service Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +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+ ORGANIZATION_ID : " integration-test-aggregation-org-happy-path-odd-quorum"
3738 TEST_OWNERS : ${TEST_OWNERS:-}
3839 STREAMS_API_URL : ${STREAMS_API_URL:-}
3940 STREAMS_API_KEY : ${STREAMS_API_KEY:-}
@@ -91,6 +92,7 @@ services:
9192 restart : on-failure
9293 command : ["db", "populate-data", "--linking-mode=basic"]
9394 environment :
95+ ORGANIZATION_ID : " integration-test-aggregation-org-happy-path-odd-quorum"
9496 BILLING_CLIENT_URL : " billing-platform-service:2222"
9597 TEST_OWNERS : ${TEST_OWNERS:-}
9698 DISABLE_AUTH : true
You can’t perform that action at this time.
0 commit comments