0

How I can configure the sonar.web.host with a dynamic IP? Would I need to change the properties file every time the IP changes?

# 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
G. Ann - SonarSource Team
  • 22,346
  • 4
  • 40
  • 76
rafaelasguerra
  • 2,685
  • 5
  • 24
  • 56

1 Answers1

2

Leave sonar.web.host commented-out and SonarQube will listen on all NICs, irrespective of their IP address.

Nicolas B.
  • 7,245
  • 17
  • 29