diff options
author | sylvain-combe-sonarsource <59280694+sylvain-combe-sonarsource@users.noreply.github.com> | 2022-01-26 16:15:31 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-01-26 20:02:44 +0000 |
commit | d68fd2d0299b37e4c36aca4e6aea009d89b5d39a (patch) | |
tree | eac0b4bec85ab2056aede37b7f16fbcb175f10f5 /server/sonar-docs/src | |
parent | 4d26d4ebf4d6101f12b4bb9135e553c6d06e3733 (diff) | |
download | sonarqube-d68fd2d0299b37e4c36aca4e6aea009d89b5d39a.tar.gz sonarqube-d68fd2d0299b37e4c36aca4e6aea009d89b5d39a.zip |
Documentation: Make explicit that env. variables replace all sonar.properties parameters for docker setups
* Update install-server.md
Add that environment replace replace sonar.properties parameters
* Update server/sonar-docs/src/pages/setup/install-server.md
Co-authored-by: Tobias Trabelsi <64127335+tobias-trabelsi-sonarsource@users.noreply.github.com>
Co-authored-by: Tobias Trabelsi <64127335+tobias-trabelsi-sonarsource@users.noreply.github.com>
Diffstat (limited to 'server/sonar-docs/src')
-rw-r--r-- | server/sonar-docs/src/pages/setup/install-server.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/setup/install-server.md b/server/sonar-docs/src/pages/setup/install-server.md index a91e086f6c2..0e105483682 100644 --- a/server/sonar-docs/src/pages/setup/install-server.md +++ b/server/sonar-docs/src/pages/setup/install-server.md @@ -218,7 +218,7 @@ Follow these steps for your first installation: <image_name> ``` - For more configuration environment variables, see the [Docker Environment Variables](/setup/environment-variables/). + For docker based setups, environment variables supersede all parameters that were provided with properties. See [Docker Environment Variables](/setup/environment-variables/). [[warning]] | Use of the environment variables `SONARQUBE_JDBC_USERNAME`, `SONARQUBE_JDBC_PASSWORD`, and `SONARQUBE_JDBC_URL` is deprecated and will stop working in future releases. |