Skip to content

Commit

Permalink
Change the first node port to 9001
Browse files Browse the repository at this point in the history
  • Loading branch information
jairajdev authored and mhanson-github committed Sep 19, 2024
1 parent 22c4f41 commit ce31d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ let config: Config = {
restrictFirstNodeSelection: true,
firstNodeInfo: {
IP: '127.0.0.1',
PORT: 4000,
PORT: 9001,
},
}
// Override default config params from config file, env vars, and cli args
Expand Down

0 comments on commit ce31d13

Please sign in to comment.