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:
David Arnold 2023-09-02 07:58:10 +02:00 committed by GitHub
parent 1380241609
commit ed5da35b1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ dns.setDefaultResultOrder("ipv4first");
function get_conf() { function get_conf() {
// defaults // defaults
var conf = { var conf = {
socketio_port: 3000, socketio_port: 9000,
}; };
var read_config = function (file_path) { var read_config = function (file_path) {