Skip to content

Commit

Permalink
Remove serverTimezone at config-sharding.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
azexcy committed Nov 23, 2023
1 parent 095a9d4 commit 4b6f223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxy/bootstrap/src/main/resources/conf/config-sharding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
#
#dataSources:
# ds_0:
# url: jdbc:mysql://127.0.0.1:3306/demo_ds_0?serverTimezone=UTC&useSSL=false
# url: jdbc:mysql://127.0.0.1:3306/demo_ds_0?useSSL=false
# username: root
# password:
# connectionTimeoutMilliseconds: 30000
Expand All @@ -127,7 +127,7 @@
# maxPoolSize: 50
# minPoolSize: 1
# ds_1:
# url: jdbc:mysql://127.0.0.1:3306/demo_ds_1?serverTimezone=UTC&useSSL=false
# url: jdbc:mysql://127.0.0.1:3306/demo_ds_1?useSSL=false
# username: root
# password:
# connectionTimeoutMilliseconds: 30000
Expand Down

0 comments on commit 4b6f223

Please sign in to comment.