Skip to content

Commit

Permalink
add prod
Browse files Browse the repository at this point in the history
  • Loading branch information
bchu1 committed Sep 12, 2024
1 parent 1c8312e commit c6d6ddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export type EnvironmentContextValue = Required<
export const ENVIRONMENT_CONTEXT_DEFAULT_VALUE: EnvironmentContextValue = {
API_URL:
'https://graphql-cryoet-api.cryoet.prod.si.czi.technology/v1/graphql',
API_URL_V2: 'https://graphql.cryoet.staging.si.czi.technology/graphql', // TODO(bchu): Set to prod.
API_URL_V2: 'https://graphql.cryoetdataportal.czscience.com/graphql',
ENV: 'local',
LOCALHOST_PLAUSIBLE_TRACKING: 'false',
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/data-portal/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const SCHEMA_URL =

const SCHEMA_URL_V2 =
process.env.API_URL_V2 ||
'https://graphql.cryoet.staging.si.czi.technology/graphql' // TODO(bchu): Set to prod.
'https://graphql.cryoetdataportal.czscience.com/graphql'

const config: CodegenConfig = {
generates: {
Expand Down

0 comments on commit c6d6ddc

Please sign in to comment.