SonarQube with PostgreSQL

0

I want to use SonarQube with PostgreSQL, create a user with the name sonar, a sonar database and configure sonar.propiertes

sonar.jdbc.username = SONAR sonar.jdbc.password = SONAR sonar.jdbc.url = jdbc: postgresql: // localhost / sonarqube? currentSchema = my_schema

    
asked by Nicolas Flores Muñoz 09.11.2018 в 03:25
source

0 answers