Skip to content

Commit

Permalink
Merge pull request #4 from SunjooAI/#1/feature
Browse files Browse the repository at this point in the history
fix : application.yml datasource url 추가
  • Loading branch information
SunYerim authored Jun 13, 2024
2 parents ad51f15 + 69aaed8 commit 0d526cf
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: auth
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url:
url: jdbc:mysql://sunjoo-user.clau8wyu484y.ap-northeast-2.rds.amazonaws.com:3306/sunjoo?serverTimezone=Asia/Seoul&characterEncoding=UTF-8
username: ${datasource.username}
password: ${datasource.password}

Expand Down

0 comments on commit 0d526cf

Please sign in to comment.