-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
19 lines (17 loc) · 776 Bytes
/
Copy path.env
File metadata and controls
19 lines (17 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
###############################################################################
#
# Docker Composer environment file for SonarQube quality farm (Sonar+Mysql).
# Should be loaded on start up automatically and exports all variables from it.
#
# Created: Dmitrii Gusev, 07.04.2019
# Modified: DMitrii Gusev, 21.05.2019
#
###############################################################################
MYSQL_NAME=mysql.5.7-sonar
MYSQL_PORT=3306
MYSQL_DBNAME=sonar
MYSQL_USER=sonar
MYSQL_PASS=sonar
# JDBC URL for MySql connection from SOnarQube server
# - maxAllowedPacket=20000000 - max data packet for mysql
MYSQL_SETTINGS=useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&useConfigs=maxPerformance&useSSL=false&maxAllowedPacket=50000000