Skip to content

Commit d6156e8

Browse files
updated bugs
1 parent 7fc07d3 commit d6156e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"porta": 3000,
2+
"porta": null,
33
"wsSystem":{
44
"portWS":null,
55
"enabled":true,

server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const checkHeaderMiddleware = require("./modules/checkHeaderMiddleware.js");
1111

1212
const configs = JSON.parse(fs.readFileSync("config.json", "utf8"));
1313
const porta = configs.porta
14-
const dinamicPort = (porta || 80);
14+
const dinamicPort = (porta || 8080);
1515
const params = {
1616
limit: 100,
1717
maxcount: 200,

0 commit comments

Comments
 (0)