change port
This commit is contained in:
parent
ab864ab8b1
commit
0afa06cec5
1 changed files with 1 additions and 1 deletions
|
@ -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: 3926
|
||||||
//hostname: '67.182.206.28'
|
//hostname: '67.182.206.28'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue