Skip to content

Commit 97efa4f

Browse files
authored
fix: 환경변수 파일 수정 (#51)
1 parent 60261e7 commit 97efa4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/application-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ cloud:
2828
region:
2929
static: ap-northeast-2
3030
s3:
31-
bucket: ${BUCKET-NAME}
31+
bucket: ${BUCKET_NAME}
3232
cdn:
3333
base-url: ${CDN-URL}

0 commit comments

Comments
 (0)