From 1c0dce0aa40ca6a671a585b1c177dae2fd315777 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Wed, 12 Oct 2022 13:58:54 -0700 Subject: [PATCH] Fill in cloudRunId --- common/envs/alvea.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/envs/alvea.ts b/common/envs/alvea.ts index 8f666bdb..24e33029 100644 --- a/common/envs/alvea.ts +++ b/common/envs/alvea.ts @@ -11,7 +11,7 @@ export const ALVEA_CONFIG: EnvConfig = { appId: '1:854070403258:web:b8b5f303bc97d010882283', measurementId: 'G-QHP8V3BM54', }, - cloudRunId: '', // TODO: fill in real ID + cloudRunId: '2iftcb75eq', cloudRunRegion: 'uc', adminEmails: [...PROD_CONFIG.adminEmails], whitelistEmail: '@alveavax.com',