fix: align to socketio port default 9000 (#22277)
* fix: align the frontent to socketio port default 3000 * Revert "fix: align the frontent to socketio port default 3000" This reverts commit 85df5bfbf9f87c954a3d25169c344ea43c9b8fff. * fix: change default socketio port [skip ci] --------- Co-authored-by: Ankush Menat <ankush@frappe.io>
This commit is contained in:
parent
1380241609
commit
ed5da35b1a
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ dns.setDefaultResultOrder("ipv4first");
|
|||
function get_conf() {
|
||||
// defaults
|
||||
var conf = {
|
||||
socketio_port: 3000,
|
||||
socketio_port: 9000,
|
||||
};
|
||||
|
||||
var read_config = function (file_path) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue