Skip to content

Commit

Permalink
update var lookup (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: Ciaran Schutte <[email protected]>
  • Loading branch information
ciaranschutte and Ciaran Schutte authored Aug 18, 2023
1 parent e8cf3f7 commit 04f2aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const getAppConfig = (serverEnv: any): AppConfig => {
PLATFORM_UI_ROOT:
serverEnv.NEXT_PUBLIC_PLATFORM_UI_ROOT || process.env.NEXT_PUBLIC_PLATFORM_UI_ROOT || '',
RECAPTCHA_SITE_KEY:
serverEnv.RECAPTCHA_SITE_KEY || process.env.NEXT_PUBLIC_RECAPTCHA_SITE_KEY || '',
serverEnv.NEXT_PUBLIC_RECAPTCHA_SITE_KEY || process.env.NEXT_PUBLIC_RECAPTCHA_SITE_KEY || '',
ARGO_ROOT: serverEnv.ARGO_ROOT || process.env.ARGO_ROOT || 'https://www.icgc-argo.org',
EGO_API_ROOT,
EGO_CLIENT_ID,
Expand Down

0 comments on commit 04f2aff

Please sign in to comment.