Skip to content

Commit

Permalink
chore: set HCA default catalog to dcp45 (#4328)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoopDog committed Jan 13, 2025
1 parent 83f19d5 commit 0db19a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site-config/hca-dcp/dev/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { floating } from "./layout/floating";

// Template constants
const APP_TITLE = "HCA Data Explorer";
const CATALOG = "dcp44";
const CATALOG = "dcp45";
const BROWSER_URL = "https://explore.data.humancellatlas.dev.clevercanary.com";
const DATA_URL = "https://service.azul.data.humancellatlas.org";
const EXPORT_TO_TERRA_URL = "https://app.terra.bio";
Expand Down
2 changes: 1 addition & 1 deletion site-config/hca-dcp/ma-prod/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { getAuthenticationConfig } from "./authentication/authentication";

// Template constants
const BROWSER_URL = "https://explore.data.humancellatlas.org";
const CATALOG = "dcp44";
const CATALOG = "dcp45";
const DATA_URL = "https://service.azul.data.humancellatlas.org";
const PORTAL_URL = "https://data.humancellatlas.org";

Expand Down

0 comments on commit 0db19a8

Please sign in to comment.