fix: 환경변수 값 변수명 수정

This commit is contained in:
Klaus 2025-08-07 16:15:56 +09:00
parent add21c45c5
commit 0001697274
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ logging:
EC2MetadataUtils: error
weraser:
apiUrl: {$WERASER_API_URL}
apiKey: {$WERASER_API_KEY}
apiUrl: ${WERASER_API_URL}
apiKey: ${WERASER_API_KEY}
bootpay:
applicationId: ${BOOTPAY_APPLICATION_ID}