Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

sonar-runner.properties 854B

12345678910111213141516171819202122232425262728
  1. #Configure here general information about the environment, such as Sonar DB details for example
  2. #No information about specific project should appear here
  3. #----- Default Sonar server
  4. #sonar.host.url=http://localhost:9000
  5. #----- PostgreSQL
  6. #sonar.jdbc.url=jdbc:postgresql://localhost/sonar
  7. #sonar.jdbc.driver=org.postgresql.Driver
  8. #----- MySQL
  9. #sonar.jdbc.url=jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8
  10. #sonar.jdbc.driver=com.mysql.jdbc.Driver
  11. #----- Oracle
  12. #sonar.jdbc.url=jdbc:oracle:thin:@localhost/XE
  13. #sonar.jdbc.driver=oracle.jdbc.driver.OracleDriver
  14. #----- Global database settings
  15. #sonar.jdbc.username=sonar
  16. #sonar.jdbc.password=sonar
  17. #----- Default source code encoding
  18. #sonar.sourceEncoding=UTF-8
  19. #----- Security (when 'sonar.forceAuthentication' is set to 'true')
  20. #sonar.login=admin
  21. #sonar.password=admin