Add SonarQube host URL to properties file

This commit is contained in:
Enno Gelhaus 2025-10-01 21:37:36 +02:00 committed by GitHub
parent a6d4f075b2
commit 1127879b30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -5,3 +5,5 @@ sonar.projectDescription=An Open-Source Social Media Scheduler
# Scan Performace
sonar.javascript.node.maxspace=24576
sonar.exclusions=**/node_modules/**,**/dist/**,**/build/**,**/coverage/**,**/*.spec.ts,**/*.test.ts,*.png
sonar.host.url=https://sonarqube.ennogelhaus.de/