Skip to content

Commit

Permalink
Update application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SunYerim committed Jul 9, 2024
1 parent 0fb17f4 commit 17d29cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spring:
name: drinktionary
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://sunjoo-drinktionary.clau8wyu484y.ap-northeast-2.rds.amazonaws.com:3306/sunjoo
url: jdbc:mysql://sunjoo-drinktionary.clau8wyu484y.ap-northeast-2.rds.amazonaws.com:3306/sunjoo?serverTimezone=Asia/Seoul&characterEncoding=UTF-8
username: root
password: ${DB_PASSWORD}
jpa:
Expand Down

0 comments on commit 17d29cf

Please sign in to comment.