Skip to content

Commit 5d28e6b

Browse files
override org id
1 parent 53bfe46 commit 5d28e6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)