From f1c314d8b3dabc7679599e6328f3408c95255a2c Mon Sep 17 00:00:00 2001 From: frozenhelium Date: Tue, 28 Nov 2023 18:20:40 +0545 Subject: [PATCH] Remove env for risk admin url --- env.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/env.ts b/env.ts index 38e100277c..aa6aea83f8 100644 --- a/env.ts +++ b/env.ts @@ -6,7 +6,6 @@ export default defineConfig({ APP_ENVIRONMENT: Schema.enum(['development', 'testing', 'staging', 'production'] as const), APP_MAPBOX_ACCESS_TOKEN: Schema.string(), APP_RISK_API_ENDPOINT: Schema.string({ format: 'url', protocol: true }), - APP_RISK_ADMIN_URL: Schema.string({ format: 'url', protocol: true }), APP_SHOW_ENV_BANNER: Schema.boolean.optional(), APP_TINY_API_KEY: Schema.string(), APP_TITLE: Schema.string(),