Commit c2ee5760 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

doc: update SONAR_HOST_URL

parent 93ff1f10
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ separated by hyphens.
convention: uppercase words separated by underscores, and shall be prefixed with the template name or the name of the related tool.

!!! EXAMPLE
    `MAVEN_CLI_OPTS`, `DOCKER_CLAIR_ADDR`, `SONAR_URL`
    `MAVEN_CLI_OPTS`, `DOCKER_CLAIR_ADDR`, `SONAR_HOST_URL`

It also may happen that some templates evaluate and export (dynamic) **local variables**.
They shall adopt [snake_case](https://en.wikipedia.org/wiki/Snake_case) convention: lowercase words separated by underscores.
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ Example `kicker-extras.json`:
      "name": "Shared SonarQube",
      "description": "Our internal shared SonarQube server",
      "values": {
        "SONAR_URL": "https://sonarqube.acme.host"
        "SONAR_HOST_URL": "https://sonarqube.acme.host"
      }
    },
    {