Skip to content

Commit 242437d

Browse files
chore: point AnVIL dev to prod backend #4749
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 91219c3 commit 242437d

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

site-config/anvil-cmg/dev/config.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ import { FILTER_SORT } from "@databiosphere/findable-ui/lib/common/filters/sort/
2525

2626
// Template constants
2727
const 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
2933
const BROWSER_URL = "https://explore.anvil.gi.ucsc.edu";
3034
const 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

253258
export default config;

0 commit comments

Comments
 (0)