Added the discord client id, secret & redirect uri as environment values to the envCheck util
This commit is contained in:
parent
846ed71982
commit
0555645573
@ -2,7 +2,7 @@
|
|||||||
import * as fs from "fs";
|
import * as fs from "fs";
|
||||||
|
|
||||||
const envValue: string[] = [
|
const envValue: string[] = [
|
||||||
"MONGOOSE_STRING", "API_PORT", "SHORTENER_PORT", "CDN_PORT", "AS_PORT"
|
"MONGOOSE_STRING", "API_PORT", "SHORTENER_PORT", "CDN_PORT", "AS_PORT", "DC_CLIENT", "DC_SECRET", "DC_REDIRECT_URI"
|
||||||
]
|
]
|
||||||
|
|
||||||
/** Checks if the provided value is registered in process.env */
|
/** Checks if the provided value is registered in process.env */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user