Skip to content

Commit

Permalink
chore[#104]: dev 프로필의 경우 클라우드 DB-dev를 바라보도록 수정
Browse files Browse the repository at this point in the history
c
  • Loading branch information
zeze1004 committed Jun 15, 2024
1 parent ca31036 commit cd05348
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ spring:
activate:
on-profile: dev
datasource:
url: jdbc:mysql://mysql:3306/wedding
username: root
password:
url: jdbc:mysql://db-npqmf.pub-cdb.ntruss.com:3306
username: ${DB_USERNAME}
password: ${DB_PASSWORD}
mail:
host: smtp.gmail.com
port: 587
Expand Down

0 comments on commit cd05348

Please sign in to comment.