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;
|
while true;
|
||||||
do
|
do
|
||||||
$NODE $(pwd)/$FILE.js
|
$NODE $FILE.js
|
||||||
done
|
done
|
|
@ -11,9 +11,8 @@ const exec = require("shell-exec");
|
||||||
const simpleIcons = require("simple-icons");
|
const simpleIcons = require("simple-icons");
|
||||||
|
|
||||||
const con = require("./constants");
|
const con = require("./constants");
|
||||||
let { port, hostname } = {
|
let { port } = {
|
||||||
port: 3621
|
port: 7777
|
||||||
//hostname: '67.182.206.28'
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const app = express();
|
const app = express();
|
||||||
|
|
Loading…
Reference in a new issue