Merge branch 'preprod'
This commit is contained in:
commit
229fd6b707
@ -15,8 +15,6 @@ const storage = multer.memoryStorage();
|
||||
(async () => {
|
||||
try {
|
||||
const variables = await Container.get(BackendVariables).validate();
|
||||
console.log(variables);
|
||||
|
||||
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