Added the shortener, cdn and action socket port

This commit is contained in:
Mathias Wagner 2022-09-06 20:48:51 +02:00
parent 25d1c7b2d1
commit 896b2a1aab
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -1,6 +1,6 @@
/** The predefined environment values */
const envValue: string[] = [
"MONGOOSE_STRING", "API_PORT"
"MONGOOSE_STRING", "API_PORT", "SHORTENER_PORT", "CDN_PORT", "AS_PORT"
]
/** Checks if the provided value is registered in process.env */