From 75be90291a45b50cbdcab8b29fe49f0e0dd7321d Mon Sep 17 00:00:00 2001 From: willyp713 Date: Sat, 28 May 2022 21:05:04 -0500 Subject: [PATCH] Update environment.interface.ts --- apps/api/src/services/interfaces/environment.interface.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/api/src/services/interfaces/environment.interface.ts b/apps/api/src/services/interfaces/environment.interface.ts index 82cf08cbe..d30e6a8a6 100644 --- a/apps/api/src/services/interfaces/environment.interface.ts +++ b/apps/api/src/services/interfaces/environment.interface.ts @@ -27,6 +27,7 @@ export interface Environment extends CleanedEnvAccessors { RAKUTEN_RAPID_API_KEY: string; REDIS_HOST: string; REDIS_PORT: number; + REDIS_PASSWORD: string; ROOT_URL: string; STRIPE_PUBLIC_KEY: string; STRIPE_SECRET_KEY: string;