0

如何sonar.web.host使用动态 IP 配置?每次IP更改时我都需要更改属性文件吗?

# Binding IP address. For servers with more than one IP address, this property specifies which
# address will be used for listening on the specified ports.
# By default, ports will be used on all IP addresses associated with the server.
sonar.web.host=xxx.xx.xx.xx
4

1 回答 1

2

留下sonar.web.host注释,SonarQube 将侦听所有 NIC,无论其 IP 地址如何。

于 2016-04-20T15:38:18.457 回答