Skip to content

Commit

Permalink
[FIX] 환경변수 놓친 필드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ddongseop committed Mar 28, 2024
1 parent 0284a50 commit dd7c42b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions umbba-notification/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ cloud:
static: ${CLOUD_REGION_DEV}
s3:
bucket: ${BUCKET_NAME_DEV}
bucketImg: ${IMG_BUCKET_DEV}
stack:
auto: false
sqs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ cloud:
static: ${CLOUD_REGION_LOCAL}
s3:
bucket: ${BUCKET_NAME_LOCAL}
bucketImg: ${IMG_BUCKET_LOCAL}
stack:
auto: false
sqs:
Expand Down
1 change: 1 addition & 0 deletions umbba-notification/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ cloud:
static: ${CLOUD_REGION_PROD}
s3:
bucket: ${BUCKET_NAME_PROD}
bucketImg: ${IMG_BUCKET_PROD}
stack:
auto: false
sqs:
Expand Down

0 comments on commit dd7c42b

Please sign in to comment.