Configuration options for the Sonar database. Defaults match the defaults for a locally running server (with embedded database).
The name of the JDBC driver class. Defaults to org.apache.derby.jdbc.ClientDriver.
The JDBC password for the Sonar database. Defaults to sonar.
The JDBC URL for the Sonar database. Defaults to jdbc:derby://localhost:1527/sonar.
The JDBC username for the Sonar database. Defaults to sonar.