We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb8466 commit a5e6888Copy full SHA for a5e6888
framework/components/dockercompose/billing_platform_service/docker-compose.yml
@@ -95,7 +95,8 @@ services:
95
command: ["db", "populate-data", "--linking-mode=basic"]
96
environment:
97
# N_WORKFLOW_ORACLES: 4
98
- ORGANIZATION_ID: "integration-test-aggregation-org-happy-path-odd-quorum"
+ # ORGANIZATION_ID: "integration-test-aggregation-org-happy-path-odd-quorum"
99
+ ORGANIZATION_ID: "000000000000"
100
BILLING_CLIENT_URL: "billing-platform-service:2222"
101
TEST_OWNERS: ${TEST_OWNERS:-}
102
DISABLE_AUTH: true
0 commit comments