Skip to content

Commit bc62350

Browse files
committed
Use a different port because it conflicts with the gateway
Signed-off-by: David Gageot <[email protected]>
1 parent ad73ac7 commit bc62350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/extension/ui/src/Constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const MCP_POLICY_NAME = "MCP=*";
22
export const DD_BUILD_WITH_SECRET_SUPPORT = 184396;
3-
// export const CATALOG_URL = "http://localhost:8811/catalog.yaml";
4-
export const CATALOG_URL = "https://raw.githubusercontent.com/docker/labs-ai-tools-for-devs/refs/heads/main/prompts/catalog.yaml";
3+
export const CATALOG_URL = "http://localhost:9911/catalog.yaml";
4+
// export const CATALOG_URL = "https://raw.githubusercontent.com/docker/labs-ai-tools-for-devs/refs/heads/main/prompts/catalog.yaml";
55

66
export const getUnsupportedSecretMessage = (ddVersion: {
77
version: string;

0 commit comments

Comments
 (0)