Skip to content

Commit

Permalink
Merge pull request #10713 from stubenhuang/issue-bk-72-10558
Browse files Browse the repository at this point in the history
feat: 蓝鲸7.2版本的改动 #10558
  • Loading branch information
mingshewhe authored Jul 31, 2024
2 parents 4b3d87b + 0bdcb44 commit f187cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion support-files/templates/#etc#ci#application-assembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spring:
password: __BK_CI_MYSQL_PASSWORD__
archiveDataSourceConfigs:
- index: 0
url: jdbc:mysql://__BK_CI_MYSQL_ADDR__/devops_ci_archive_process?useSSL=false&autoReconnect=true&serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&sessionVariables=sql_mode=%27STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION%27
url: jdbc:mysql://__BK_CI_MYSQL_ADDR__/devops_ci_archive_process?useSSL=false&autoReconnect=true&serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&sessionVariables=sql_mode=%27STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION%27
username: __BK_CI_MYSQL_USER__
password: __BK_CI_MYSQL_PASSWORD__

Expand Down
2 changes: 1 addition & 1 deletion support-files/templates/#etc#ci#application-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spring:
password: __BK_CI_MYSQL_PASSWORD__
archiveDataSourceConfigs:
- index: 0
url: jdbc:mysql://__BK_CI_MYSQL_ADDR__/devops_ci_archive_process?useSSL=false&autoReconnect=true&serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&sessionVariables=sql_mode=%27STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION%27
url: jdbc:mysql://__BK_CI_MYSQL_ADDR__/devops_ci_archive_process?useSSL=false&autoReconnect=true&serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&sessionVariables=sql_mode=%27STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION%27
username: __BK_CI_MYSQL_USER__
password: __BK_CI_MYSQL_PASSWORD__

Expand Down

0 comments on commit f187cd1

Please sign in to comment.