change path and port

This commit is contained in:
monty 2020-01-13 10:52:50 +00:00
parent 87304a4ea5
commit 57c9eb07cf
2 changed files with 3 additions and 3 deletions

4
run.sh
View File

@ -5,5 +5,5 @@ NODE=node
while true; while true;
do do
$NODE $(pwd)/$FILE.js $NODE $FILE.js
done done

View File

@ -12,7 +12,7 @@ const simpleIcons = require('simple-icons');
const con = require('./constants'); const con = require('./constants');
let { port, hostname } = { let { port, hostname } = {
port: 3621 port: 69490
//hostname: '67.182.206.28' //hostname: '67.182.206.28'
}; };