Skip to content

Commit

Permalink
Revert "url"
Browse files Browse the repository at this point in the history
This reverts commit 2b49277.
  • Loading branch information
meltapplee committed Dec 6, 2024
1 parent 2b49277 commit 2520c53
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 @@ -4,7 +4,7 @@ spring:
on-profile: default
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/meogo #${DB_URL}
url: ${DB_URL}
username: ${DB_USERNAME}
password: ${DB_PASSWORD}
hikari:
Expand Down

0 comments on commit 2520c53

Please sign in to comment.