Skip to content

Commit 8d224cf

Browse files
chore: set default catalog to dcp51 for HCA #4549 (#4551)
1 parent 686b583 commit 8d224cf

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
@@ -24,7 +24,7 @@ import { buildSummaries } from "./index/summaryViewModelBuilder";
2424

2525
// Template constants
2626
const APP_TITLE = "HCA Data Explorer";
27-
const CATALOG = "dcp50";
27+
const CATALOG = "dcp51";
2828
const BROWSER_URL = "https://explore.data.humancellatlas.dev.clevercanary.com";
2929
const DATA_URL = "https://service.azul.data.humancellatlas.org";
3030
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 = "dcp50";
9+
const CATALOG = "dcp51";
1010
const DATA_URL = "https://service.azul.data.humancellatlas.org";
1111
const PORTAL_URL = "https://data.humancellatlas.org";
1212

0 commit comments

Comments
 (0)