Skip to content

Commit

Permalink
Update const.js
Browse files Browse the repository at this point in the history
Update Port Number
  • Loading branch information
Piyush-Banik authored Oct 22, 2020
1 parent f647be5 commit a1172b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/includes/const.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const path = require('path');

exports.debug = false;

exports.web_port = 80;
exports.web_port = 94;
exports.control_port = 22222;

// Paths
Expand Down Expand Up @@ -58,4 +58,4 @@ exports.logTypes = {
name: 'INFO',
color: 'blue'
}
}
}

0 comments on commit a1172b4

Please sign in to comment.