Skip to content

Commit 088d845

Browse files
authored
Add Platform QA tenant configuration to environments.yml
1 parent 172e8be commit 088d845

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

infra/environments.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,15 @@
4444
config:
4545
LANGFUSE_PUBLIC_KEY: "pk-lf-0e66d160-0871-4cf6-91b8-db0fbf3b03b3"
4646
LANGFUSE_BASE_URL: "https://us.cloud.langfuse.com"
47-
OTEL_EXPERIMENTAL_RESOURCE_DETECTORS: otel
47+
OTEL_EXPERIMENTAL_RESOURCE_DETECTORS: otel
4848
TENANTS__VCMP_DEMO__ID: "vcmp_demo"
4949
TENANTS__VCMP_DEMO__NAME: "Marketplace Demo"
5050
TENANTS__VCMP_DEMO__PLATFORM__URL: https://vcmp-demo.govirto.com
5151
TENANTS__VCMP_DEMO__PLATFORM__AUTH__CLIENT_ID: a1524a47-09c0-432d-aa20-87a84a29d6ef
52+
TENANTS__VCPTCORE_QA__ID: "vcptcore_qa"
53+
TENANTS__VCPTCORE_QA__NAME: "Platform QA"
54+
TENANTS__VCPTCORE_QA__PLATFORM__URL: https://vcptcore-qa.govirto.com
55+
TENANTS__VCPTCORE_QA__PLATFORM__AUTH__CLIENT_ID: b75a178a-fe5d-48ce-bf06-cc679247ccb5
5256
VIRTO_OZ_CHECKPOINTER__TYPE: postgres
5357
VIRTO_OZ_MCP__AUTH__BASE_URL: https://virtooz.govirto.com
5458
VIRTO_OZ_MCP__AUTH__STORAGE__AUTH__TYPE: password
@@ -60,7 +64,8 @@
6064
OPENAI_API_KEY: vcpt-virtooz-vcmp-demo-openai-api-key
6165
APPLICATIONINSIGHTS_CONNECTION_STRING: vcpt-virtooz-appinsights-connection-string
6266
LANGFUSE_SECRET_KEY: vcpt-virtooz-langfuse-secret-key
63-
TENANTS__VCMP_DEMO__PLATFORM__AUTH__CLIENT_SECRET: vcpt-virtooz-vcmp-demo-client-secret
67+
TENANTS__VCMP_DEMO__PLATFORM__AUTH__CLIENT_SECRET: vcpt-virtooz-vcmp-demo-client-secret
68+
TENANTS__VCPTCORE_QA__PLATFORM__AUTH__CLIENT_SECRET: vcpt-virtooz-vcptcore-qa-client-secret
6469
VIRTO_OZ_CHECKPOINTER__CONNECTION_STRING: vcpt-virtooz-checkpointer-connection-string
6570
VIRTO_OZ_MCP__AUTH__SIGNING_KEY: vcpt-virtooz-mcp-auth-signing-key
6671
VIRTO_OZ_MCP__AUTH__STORAGE__AUTH__PASSWORD: vcpt-virtooz-mcp-auth-storage-auth-password

0 commit comments

Comments
 (0)