Skip to content

Commit 0fbb25e

Browse files
committed
Reuse MA pilot site for dev
1 parent cf3387d commit 0fbb25e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
NEXT_PUBLIC_SITE_CONFIG='hca-dcp-ma-dev'
2-
NEXT_PUBLIC_SITEMAP_DOMAIN='https://ma-pilot.explore.data.dev.singlecell.gi.ucsc.edu'
2+
NEXT_PUBLIC_SITEMAP_DOMAIN='https://explore.dev.singlecell.gi.ucsc.edu'

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import { makeManagedAccessConfig } from "../cc-ma-dev/config";
33
import { makeConfig } from "../dev/config";
44

55
// Template constants
6-
const BROWSER_URL = "https://ma-pilot.explore.data.dev.singlecell.gi.ucsc.edu";
6+
const BROWSER_URL = "https://explore.dev.singlecell.gi.ucsc.edu";
77
const CATALOG = "dcp3";
88
const DATA_URL = "https://service.dev.singlecell.gi.ucsc.edu";
9-
const PORTAL_URL = "https://data.dev.singlecell.gi.ucsc.edu";
9+
const PORTAL_URL = "https://dev.singlecell.gi.ucsc.edu";
1010

1111
const config: SiteConfig = {
1212
...makeManagedAccessConfig(

0 commit comments

Comments
 (0)