Skip to content

Commit

Permalink
fix: prod mysql 데이터베이스 private 도메인명으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
koo995 committed Sep 12, 2024
1 parent 0153eea commit 3460a70
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 @@ -11,7 +11,7 @@ spring:
on-profile: prod

datasource:
url: jdbc:mysql://db-p5b9b-kr.vpc-pub-cdb.ntruss.com:3306/nutridiary
url: jdbc:mysql://db-p93qe.vpc-cdb.ntruss.com:3306/nutridiary
username: koo995
password: koo995**
driver-class-name: com.mysql.cj.jdbc.Driver
Expand Down

0 comments on commit 3460a70

Please sign in to comment.