Skip to content

Commit

Permalink
feat: remove advertisePort in manager config (dragonflyoss#48)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi authored Jan 10, 2024
1 parent 39393e0 commit da25e6d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions docs/reference/configuration/manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ server:
# # Access ip for other services,
# # when local ip is different with access ip, advertiseIP should be set.
# advertiseIP: 127.0.0.1
# # Access port for other services,
# # when local ip is different with access port, advertisePort should be set.
# advertisePort: 65003
# # Listen ip.
# listenIP: 0.0.0.0
# Listen port.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ server:
# # 访问 IP 地址。
# # 其他服务可以通过这个 IP 地址连接过来。
# advertiseIP: 127.0.0.1
# # 访问端口号。
# # 其他服务可以通过这个端口连接过来。
# advertisePort: 65003
# # 监听 IP.
# listenIP: 0.0.0.0
# 监听的端口, manager 会从 start 到 end 之间的按顺序中选择一个可用端口。
Expand Down

0 comments on commit da25e6d

Please sign in to comment.