-
-
Save peavers/109063b2784833230cfba8d033de6b1b to your computer and use it in GitHub Desktop.
SonarQube env file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SSL Certificates | |
DOMAIN=example.copm # Set this to the domain you want a certificate for, sonar will be available at it on /sonar | |
[email protected] # 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