Skip to content

Commit 5dfd1d4

Browse files
CopilotNoopDog
andauthored
Update default catalog from dcp55 to dcp56 for HCA (#4627)
Update catalog from dcp55 to dcp56 in dev and ma-prod configs Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: NoopDog <3239697+NoopDog@users.noreply.github.com>
1 parent d26b034 commit 5dfd1d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site-config/hca-dcp/dev/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { FILTER_SORT } from "@databiosphere/findable-ui/lib/common/filters/sort/
1818

1919
// Template constants
2020
const APP_TITLE = "HCA Data Explorer";
21-
const CATALOG = "dcp55";
21+
const CATALOG = "dcp56";
2222
const BROWSER_URL = "https://explore.data.humancellatlas.dev.clevercanary.com";
2323
const DATA_URL = "https://service.azul.data.humancellatlas.org";
2424
const EXPORT_TO_TERRA_URL = "https://app.terra.bio";

site-config/hca-dcp/ma-prod/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { getAuthenticationConfig } from "./authentication/authentication";
66

77
// Template constants
88
const BROWSER_URL = "https://explore.data.humancellatlas.org";
9-
const CATALOG = "dcp55";
9+
const CATALOG = "dcp56";
1010
const DATA_URL = "https://service.azul.data.humancellatlas.org";
1111
const PORTAL_URL = "https://data.humancellatlas.org";
1212

0 commit comments

Comments
 (0)