Skip to content

Commit

Permalink
Update application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
12OneTwo12 authored Aug 26, 2024
1 parent c9e3854 commit 137ba36
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 @@ -59,7 +59,7 @@ spring:
name: my-fit-service
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://mysql-container:3306/myFit?validationQuery="select 1"
url: jdbc:mysql://223.130.156.217:3306/myFit?validationQuery="select 1"
username: myFit
password: myFit
jpa:
Expand Down

0 comments on commit 137ba36

Please sign in to comment.