From ead169c3ed714e2e8001c8bf86a47c4188a76e82 Mon Sep 17 00:00:00 2001 From: Tom Gobich Date: Sat, 14 Oct 2023 22:09:42 -0400 Subject: [PATCH] removing DROPBOX_ACCESS_TOKEN env --- env.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/env.ts b/env.ts index 2ace0bf..393dabf 100644 --- a/env.ts +++ b/env.ts @@ -52,6 +52,4 @@ export default Env.rules({ REDIS_PASSWORD: Env.schema.string.optional(), ALLOWED_ORIGINS: Env.schema.string(), - - DROPBOX_ACCESS_TOKEN: Env.schema.string() })