fix: 환경변수 값 변수명 수정
This commit is contained in:
@@ -9,8 +9,8 @@ logging:
|
|||||||
EC2MetadataUtils: error
|
EC2MetadataUtils: error
|
||||||
|
|
||||||
weraser:
|
weraser:
|
||||||
apiUrl: {$WERASER_API_URL}
|
apiUrl: ${WERASER_API_URL}
|
||||||
apiKey: {$WERASER_API_KEY}
|
apiKey: ${WERASER_API_KEY}
|
||||||
|
|
||||||
bootpay:
|
bootpay:
|
||||||
applicationId: ${BOOTPAY_APPLICATION_ID}
|
applicationId: ${BOOTPAY_APPLICATION_ID}
|
||||||
|
Reference in New Issue
Block a user