Skip to content

Commit

Permalink
chore: default catalog to anvil3 (#3726) (#3753)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoopDog authored Nov 7, 2023
1 parent 3c3a1a0 commit a373022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/site-config/anvil-cmg/prod/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { downloadColumn } from "../dev/index/filesEntityConfig";
import { authenticationConfig } from "./authentication/authentication";

const config: SiteConfig = {
...makeConfig("https://prod.anvil.gi.ucsc.edu", "anvil2"),
...makeConfig("https://prod.anvil.gi.ucsc.edu", "anvil3"),
exportToTerraUrl: "https://anvil.terra.bio/",
};

Expand Down

0 comments on commit a373022

Please sign in to comment.