fix(all): Minor changes in PROD.
This commit is contained in:
parent
904691ca81
commit
0b5fa3eec2
1 changed files with 2 additions and 0 deletions
|
@ -287,6 +287,8 @@ export class GBServer {
|
||||||
}
|
}
|
||||||
next();
|
next();
|
||||||
});
|
});
|
||||||
|
const httpDefaultPort = 80;
|
||||||
|
httpServer.listen(httpDefaultPort);
|
||||||
|
|
||||||
|
|
||||||
if (process.env.CERTIFICATE_PFX) {
|
if (process.env.CERTIFICATE_PFX) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue