File tree Expand file tree Collapse file tree
site-config/anvil-cmg/dev Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,11 @@ import { FILTER_SORT } from "@databiosphere/findable-ui/lib/common/filters/sort/
2525
2626// Template constants
2727const APP_TITLE = "AnVIL Data Explorer" ;
28- const DATA_URL = "https://service.anvil.gi.ucsc.edu" ;
28+ // TODO #4749: Temporary - pointing dev to prod backend (revert when done)
29+ // const DATA_URL = "https://service.anvil.gi.ucsc.edu";
30+ const DATA_URL = "https://service.explore.anvilproject.org" ;
31+ const CATALOG = "anvil13" ;
32+ // END TODO #4749
2933const BROWSER_URL = "https://explore.anvil.gi.ucsc.edu" ;
3034const PORTAL_URL = "https://anvilproject.dev.clevercanary.com" ;
3135
@@ -247,7 +251,8 @@ const config: SiteConfig = makeConfig(
247251 BROWSER_URL ,
248252 PORTAL_URL ,
249253 DATA_URL ,
250- GIT_HUB_REPO_URL
254+ GIT_HUB_REPO_URL ,
255+ CATALOG // TODO #4749: Prod catalog required by prod backend (revert when done)
251256) ;
252257
253258export default config ;
You can’t perform that action at this time.
0 commit comments