fix: 환경변수 값 변수명 수정
This commit is contained in:
parent
add21c45c5
commit
0001697274
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue