Skip to content

Commit

Permalink
update recommended ports based on pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
rpendleton committed Jul 9, 2024
1 parent 5e54b11 commit 9b699a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/src/configs/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const VALID_PROTOCOLS: Array<Protocol> = ['mqtt', 'mqtts', 'ws', 'wss']
const RECOMMENDED_PORTS_BY_PROTOCOL: Record<Protocol, number> = {
mqtt: 1883,
mqtts: 8883,
ws: 80,
wss: 443,
ws: 8083,
wss: 8084,
}

export {
Expand Down

0 comments on commit 9b699a3

Please sign in to comment.