Added new values to the envCheck.ts
This commit is contained in:
parent
3224adf6c1
commit
0d83a0f670
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user