FIRE-32583: change [Const] PrivatePort default to 9000, since the default config is for standalone mode

This commit is contained in:
UbitUmarov
2023-01-14 13:04:58 +00:00
parent 76072311b2
commit 1afe46d611

View File

@@ -58,8 +58,12 @@
; If you run a grid, several services should not be availble to world, access to them should be blocked on firewall
; PrivatePort should closed at the firewall.
;# {PublicPort} {} {PublicPort} {8002 9000} "8002"
PublicPort = "8002"
;# {PublicPort} {} {PublicPort} {8002 9000} "9000"
; in case of a standalone this needs to match the parameter http_listener_port in section [Network] below
; in that case the default is 9000
PublicPort = "9000"
; for a region on a grid, the grid services public port should be used, normal default is 8002
;PublicPort = "8002"
; you can also have them on a diferent url / IP
;# {PrivURL} {} {PrivURL} {"http://${Const|BaseURL}} "${Const|BaseURL}"