Skip to content

Commit

Permalink
Merge pull request #208 from depromeet/develop
Browse files Browse the repository at this point in the history
v1.0.4
  • Loading branch information
mikekks authored Sep 6, 2024
2 parents 435e123 + 13fad0a commit f39d159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layer-api/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ spring:
config:
import: optional:file:/config/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 f39d159

Please sign in to comment.