change default port

This commit is contained in:
hhh
2024-07-21 13:14:35 +03:00
parent feeff04e21
commit 165c17e9f4

View File

@@ -2,7 +2,7 @@ const Signer = require("../src/Signer");
const http = require("http"); const http = require("http");
const Utils = require("../src/Utils"); const Utils = require("../src/Utils");
const PORT = process.env.PORT || 8080; const PORT = process.env.PORT || 60103;
const signer = new Signer(); const signer = new Signer();