Skip to content

Commit 12100d3

Browse files
authored
Fix tenant ID format in environments.yml
1 parent 3e70000 commit 12100d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/environments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
config:
4545
LANGFUSE_PUBLIC_KEY: "pk-lf-0e66d160-0871-4cf6-91b8-db0fbf3b03b3"
4646
LANGFUSE_BASE_URL: "https://us.cloud.langfuse.com"
47-
TENANTS__VCMP_DEMO__ID: "vcmp-demo"
47+
TENANTS__VCMP_DEMO__ID: "vcmp_demo"
4848
TENANTS__VCMP_DEMO__NAME: "Marketplace Demo"
4949
TENANTS__VCMP_DEMO__PLATFORM__URL: https://vcmp-demo.govirto.com
5050
TENANTS__VCMP_DEMO__PLATFORM__AUTH__CLIENT_ID: a1524a47-09c0-432d-aa20-87a84a29d6ef

0 commit comments

Comments
 (0)