Skip to content

Commit

Permalink
chore: prod db url 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekks committed Sep 6, 2024
1 parent 77212f7 commit de7d4db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layer-api/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
spring:
config:
import: optional:file:/config/application-secret.properties
import: application-secret.properties
datasource:
url: ${DEV_DB_URL}
url: ${PROD_DB_URL}
username: ${DEV_DB_NAME}
password: ${DEV_DB_PASSWORD}
driver-class-name: com.mysql.cj.jdbc.Driver
Expand Down

0 comments on commit de7d4db

Please sign in to comment.