Added new values to the envCheck.ts

This commit is contained in:
Mathias Wagner 2023-11-07 09:16:14 +01:00
parent 3224adf6c1
commit 0d83a0f670
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -2,7 +2,8 @@
import * as fs from "fs";
const envValue: string[] = [
"MONGOOSE_STRING", "API_PORT", "SHORTENER_PORT", "CDN_PORT", "AS_PORT", "DC_CLIENT", "DC_SECRET", "DC_REDIRECT_URI", "GCLOUD_STORAGE_BUCKET"
"DB_NAME", "DB_USER", "DB_PASS", "DB_HOST", "API_PORT", "SHORTENER_PORT", "CDN_PORT", "DC_CLIENT",
"DC_SECRET", "DC_REDIRECT_URI", "GCLOUD_STORAGE_BUCKET"
]
/** Checks if the provided value is registered in process.env */