Skip to content

Commit

Permalink
Remove &useSSL=false from default MySQL Launch Options
Browse files Browse the repository at this point in the history
Affects issues:
- Close #3900
  • Loading branch information
AuroraLS3 committed Jan 6, 2025
1 parent 14f013a commit 5b84eea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Database:
Password: minecraft
Database: Plan
# Launch options to append after mysql driver address
Launch_options: "?rewriteBatchedStatements=true&useSSL=false&serverTimezone=UTC"
Launch_options: "?rewriteBatchedStatements=true&serverTimezone=UTC"
Max_connections: 8
Max_Lifetime:
Time: 25
Expand Down
2 changes: 1 addition & 1 deletion Plan/common/src/main/resources/assets/plan/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Database:
Password: minecraft
Database: Plan
# Launch options to append after mysql driver address
Launch_options: "?rewriteBatchedStatements=true&useSSL=false&serverTimezone=UTC"
Launch_options: "?rewriteBatchedStatements=true&serverTimezone=UTC"
Max_connections: 8
Max_Lifetime:
Time: 25
Expand Down

0 comments on commit 5b84eea

Please sign in to comment.