This commit is contained in:
Vins 2023-12-12 11:52:33 +01:00
parent 979f790e92
commit ddc1f35e4d

View File

@ -14,6 +14,8 @@ const storage = multer.memoryStorage();
(async () => {
try {
const variables = await Container.get(BackendVariables).validate();
console.log(variables.SECURE_API_BASE_URL);
const port = variables.APP_PORT;
const rootUrl = variables.APP_ROOT_URL;
const label = variables.APP_LABEL ?? "Unknown Service";