Skip to content

Commit 03ad4da

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

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

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

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,27 @@ import { SiteConfig } from "../../common/entities";
33
import { makeConfig } from "../dev/config";
44
import { authenticationConfig } from "./authentication/authentication";
55

6+
// TODO #4749: Temporary - pointing cc-dev to prod backend (revert when done)
7+
// const config: SiteConfig = {
8+
// ...makeConfig(
9+
// "https://anvilproject.dev.clevercanary.com",
10+
// "https://anvilproject.dev.clevercanary.com",
11+
// "https://service.anvil.gi.ucsc.edu",
12+
// GIT_HUB_REPO_URL
13+
// ),
14+
// exportToTerraUrl: "https://bvdp-saturn-dev.appspot.com/",
15+
// };
616
const config: SiteConfig = {
717
...makeConfig(
818
"https://anvilproject.dev.clevercanary.com",
919
"https://anvilproject.dev.clevercanary.com",
10-
"https://service.anvil.gi.ucsc.edu",
11-
GIT_HUB_REPO_URL
20+
"https://service.explore.anvilproject.org",
21+
GIT_HUB_REPO_URL,
22+
"anvil13" // Prod catalog required by prod backend
1223
),
1324
exportToTerraUrl: "https://bvdp-saturn-dev.appspot.com/",
1425
};
26+
// END TODO #4749
1527

1628
config.authentication = authenticationConfig;
1729

0 commit comments

Comments
 (0)