Skip to content

Commit

Permalink
[Fix] application.yml 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyojin425 committed Aug 13, 2024
1 parent 0359517 commit 05fbf8b
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 @@ -3,7 +3,7 @@ spring:
secret: ${JWT_SECRET}
datasource:
url: ${DATABASE_URL}
username: ${DB_USERNAME}}
username: ${DB_USERNAME}
password: ${DB_PASSWORD}
driver-class-name: com.mysql.cj.jdbc.Driver
sql:
Expand Down

0 comments on commit 05fbf8b

Please sign in to comment.