Skip to content

Commit

Permalink
refactor: database url 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjy committed Apr 9, 2024
1 parent bd2cde0 commit 4de52fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/core/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spring:
datasource:
driver-class-name: ${DRIVER_CLASS_NAME}
url: jdbc:mysql://${DATABASE_URL}/${DATABASE_SCHEMA}
url: ${DATASOURCE_URL}
username: ${DATABASE_USERNAME}
password: ${DATABASE_PASSWORD}
jpa:
Expand Down

0 comments on commit 4de52fe

Please sign in to comment.