Skip to content

Commit e4dce70

Browse files
authored
fix(config)!: change default ws, tcp, http ports (#2360)
fix(config): change default ports
1 parent 865b963 commit e4dce70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/server-config/src/defaults.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pub fn default_transport() -> Transport {
4141
}
4242

4343
pub fn default_tcp_port() -> u16 {
44-
7777
44+
977
4545
}
4646

4747
pub fn default_listen_ip() -> IpAddr {
@@ -88,11 +88,11 @@ pub fn default_cpus_range() -> Option<CoreRange> {
8888
}
8989

9090
pub fn default_websocket_port() -> u16 {
91-
9999
91+
999
9292
}
9393

9494
pub fn default_http_port() -> u16 {
95-
18080
95+
918
9696
}
9797

9898
pub fn default_metrics_enabled() -> bool {

0 commit comments

Comments
 (0)