Skip to content

Commit

Permalink
chore : 설정 override를 위한 application-prod 수정 (CC-83) (#10)
Browse files Browse the repository at this point in the history
* chore : jpa 의존성 설치 후 간단한 테스트 (CC-83)

* chore : 설정 override를 위한 application-prod 수정 (CC-83)
  • Loading branch information
putdata authored Jul 31, 2024
1 parent 765d908 commit a9601eb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,15 @@ config:

spring:
config:
import: ${config.type}
import: ${config.type}

datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: ${DB_URL}
username: ${DB_USERNAME}
password: ${DB_PASSWORD}

s3:
bucket: ${S3_BUCKET}
region:
static: ${REGION}

0 comments on commit a9601eb

Please sign in to comment.