new port
This commit is contained in:
commit
761e617597
2 changed files with 4 additions and 5 deletions
2
run.sh
2
run.sh
|
@ -5,5 +5,5 @@ NODE=node
|
|||
|
||||
while true;
|
||||
do
|
||||
$NODE $(pwd)/$FILE.js
|
||||
$NODE $FILE.js
|
||||
done
|
|
@ -11,9 +11,8 @@ const exec = require("shell-exec");
|
|||
const simpleIcons = require("simple-icons");
|
||||
|
||||
const con = require("./constants");
|
||||
let { port, hostname } = {
|
||||
port: 3621
|
||||
//hostname: '67.182.206.28'
|
||||
let { port } = {
|
||||
port: 7777
|
||||
};
|
||||
|
||||
const app = express();
|
||||
|
|
Loading…
Reference in a new issue