File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
site-config/anvil-cmg/cc-dev Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,27 @@ import { SiteConfig } from "../../common/entities";
33import { makeConfig } from "../dev/config" ;
44import { 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+ // };
616const 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
1628config . authentication = authenticationConfig ;
1729
You can’t perform that action at this time.
0 commit comments