Skip to content

Commit

Permalink
🔧 Chore: application-datasource.yml ssl false
Browse files Browse the repository at this point in the history
  • Loading branch information
luke0408 committed Nov 27, 2023
1 parent 8d78af5 commit 2f0bf62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-datasource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spring:
on-profile: "datasource"

datasource:
url: jdbc:mysql://${DATABASE_HOST:localhost}:${DATABASE_PORT:3306}/${DATABASE_NAME:streaming_service}?&characterEncoding=UTF-8&serverTimezone=Asia/Seoul
url: jdbc:mysql://${DATABASE_HOST:localhost}:${DATABASE_PORT:3306}/${DATABASE_NAME:streaming_service}?&characterEncoding=UTF-8&serverTimezone=Asia/Seoul&useSSL=false
username: ${DATABASE_USERNAME}
password: ${DATABASE_PASSWORD}
driver-class-name: com.mysql.cj.jdbc.Driver

0 comments on commit 2f0bf62

Please sign in to comment.