Skip to content

Instantly share code, notes, and snippets.

@peavers
Created April 17, 2021 07:02
Show Gist options
  • Save peavers/109063b2784833230cfba8d033de6b1b to your computer and use it in GitHub Desktop.
Save peavers/109063b2784833230cfba8d033de6b1b to your computer and use it in GitHub Desktop.
SonarQube env file
# SSL Certificates
DOMAIN=example.copm # Set this to the domain you want a certificate for, sonar will be available at it on /sonar
EMAIL=sonar@example.com # Need a valid email for the certificate generation
# Directories
USERDIR=/${HOME}/docker # Change this to where you'd like to store SonarQube configuration on your host machine
# Sonar
SONAR_DATABASE_USER=sonar # Make sure to change this
SONAR_DATABASE_PASSWORD=sonar # Make sure to change this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment