mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-12-16 20:23:32 +01:00
Update SonarQube database configuration variables
This commit is contained in:
@ -27,9 +27,9 @@ chown -R sonarqube:sonarqube /opt/sonarqube
|
|||||||
chmod -R 755 /opt/sonarqube
|
chmod -R 755 /opt/sonarqube
|
||||||
mkdir -p /opt/sonarqube/conf
|
mkdir -p /opt/sonarqube/conf
|
||||||
cat <<EOF >/opt/sonarqube/conf/sonar.properties
|
cat <<EOF >/opt/sonarqube/conf/sonar.properties
|
||||||
sonar.jdbc.username=${DB_USER}
|
sonar.jdbc.username=${PG_DB_USER}
|
||||||
sonar.jdbc.password=${DB_PASS}
|
sonar.jdbc.password=${PG_DB_PASS}
|
||||||
sonar.jdbc.url=jdbc:postgresql://localhost/${DB_NAME}
|
sonar.jdbc.url=jdbc:postgresql://localhost/${PG_DB_NAME}
|
||||||
sonar.web.host=0.0.0.0
|
sonar.web.host=0.0.0.0
|
||||||
sonar.web.port=9000
|
sonar.web.port=9000
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user