fix(all): Minor changes in PROD.

This commit is contained in:
Rodrigo Rodriguez 2023-07-09 16:27:45 -03:00
parent 7fd73fee84
commit 2aa412e686

View file

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