Skip to content

Instantly share code, notes, and snippets.

View tagama's full-sized avatar

Thiago Gama tagama

View GitHub Profile
@tagama
tagama / SonarQubeConfig.txt
Created October 28, 2021 14:30 — forked from marek-panek/SonarQubeConfig.txt
SonarQube configuration with PostgreSQL
1. In PostgreSQL database
1.1 Create user
create user <user_name> with password '<password>';
1.2 Create database
create database <db_name> with owner <user_name> encoding 'UTF8';
2. Edit <sonar_install_dir>/conf/sonar.properties