Connect separate database to SonarQube

Hello! How i can connect my PostgreSQL database to SonarQube which is located on another VM?
I use Postgres 6.9 and Sonar 7.9. Running on centos 7

Hi @11113,

Welcome to the community,

In fact, you SonarQube server and your database shouldn’t be on the same box - although they should be “close” on the network. To connect to your DB, you simply configure the JDBC URL in $SONARQUBE-HOME/conf/sonar.properties.

 
Ann