Removed logs (#175)
This commit is contained in:
commit
f80e2bb6c8
@ -14,8 +14,6 @@ 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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user