git commit -m "feat(chat): 캐릭터 등록 API 구현
- 외부 API 호출 및 응답 처리 구현 - 이미지 파일 S3 업로드 기능 추가 - Multipart 요청 처리 지원"
This commit is contained in:
@@ -8,6 +8,10 @@ logging:
|
||||
util:
|
||||
EC2MetadataUtils: error
|
||||
|
||||
weraser:
|
||||
apiUrl: {$WERASER_API_URL}
|
||||
apiKey: {$WERASER_API_KEY}
|
||||
|
||||
bootpay:
|
||||
applicationId: ${BOOTPAY_APPLICATION_ID}
|
||||
privateKey: ${BOOTPAY_PRIVATE_KEY}
|
||||
|
Reference in New Issue
Block a user