Skip to content

Commit

Permalink
hotfix : application.yml 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Dayon-Hong committed Feb 28, 2024
1 parent de5aa13 commit 76665ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spring:
ddl-auto: update
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/trip
url: jdbc:mysql://3.38.54.32:3306/trip
username: ${DB_USERNAME}
password: ${DB_PASSWORD}

Expand Down

0 comments on commit 76665ae

Please sign in to comment.