Skip to content

Commit 67aae8e

Browse files
chore: set default catalog to dcp49 for HCA #4491 (#4494)
1 parent 16a6f74 commit 67aae8e

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 { floating } from "./layout/floating";
2424

2525
// Template constants
2626
const APP_TITLE = "HCA Data Explorer";
27-
const CATALOG = "dcp48";
27+
const CATALOG = "dcp49";
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 = "dcp48";
9+
const CATALOG = "dcp49";
1010
const DATA_URL = "https://service.azul.data.humancellatlas.org";
1111
const PORTAL_URL = "https://data.humancellatlas.org";
1212

0 commit comments

Comments
 (0)