Skip to content

Commit

Permalink
feat: update ma-prod catalog to "pilot" (#3964) (#3965)
Browse files Browse the repository at this point in the history
Co-authored-by: Fran McDade <[email protected]>
  • Loading branch information
frano-m and Fran McDade authored Apr 3, 2024
1 parent 85889bc commit 313ae62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion explorer/site-config/hca-dcp/ma-prod/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ import { getAuthenticationConfig } from "./authentication/authentication";

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

const config: SiteConfig = {
...makeManagedAccessConfig(makeConfig(BROWSER_URL, PORTAL_URL, DATA_URL)),
...makeManagedAccessConfig(
makeConfig(BROWSER_URL, PORTAL_URL, DATA_URL, CATALOG)
),
};

// Update gtmAuth for the prod environment lookup.
Expand Down

0 comments on commit 313ae62

Please sign in to comment.