Skip to content

Commit

Permalink
Merge pull request #241 from depromeet/chore/change-env
Browse files Browse the repository at this point in the history
chore: 환경변수 변경
  • Loading branch information
raymondanythings authored Sep 12, 2024
2 parents af5c825 + ba63e07 commit 30f5d23
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
Expand Up @@ -3,8 +3,8 @@ spring:
import: optional:file:/config/application-secret.properties
datasource:
url: ${PROD_DB_URL}
username: ${DEV_DB_NAME}
password: ${DEV_DB_PASSWORD}
username: ${PROD_DB_NAME}
password: ${PROD_DB_PASSWORD}
driver-class-name: com.mysql.cj.jdbc.Driver
jpa:
hibernate:
Expand Down

0 comments on commit 30f5d23

Please sign in to comment.