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