Skip to content

Commit b50615c

Browse files
committed
correction of gitignore and default docker conf
1 parent ca189ad commit b50615c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.default.docker.env

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Set default Sonarqube environment variables used by docker-compose
2+
# You can override these envvars by creating a '.override.docker.env' file
3+
# For available envvars list, see https://docs.sonarsource.com/sonarqube/latest/setup-and-upgrade/configure-and-operate-a-server/environment-variables/
4+
5+
SONAR_LOG_LEVEL_WEB=INFO

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
!.gitignore
44
!.gitattributes
55
!.github/
6+
!.default.docker.env
67

78
# Ignore generated files
89
target

0 commit comments

Comments
 (0)