fix(all): Minor changes in PROD.

This commit is contained in:
Rodrigo Rodriguez 2023-07-09 16:27:45 -03:00
parent 904691ca81
commit 0b5fa3eec2

View file

@ -287,6 +287,8 @@ export class GBServer {
}
next();
});
const httpDefaultPort = 80;
httpServer.listen(httpDefaultPort);
if (process.env.CERTIFICATE_PFX) {