git commit -m "feat(chat): 캐릭터 등록 API 구현

- 외부 API 호출 및 응답 처리 구현
- 이미지 파일 S3 업로드 기능 추가
- Multipart 요청 처리 지원"
This commit is contained in:
2025-08-06 20:51:01 +09:00
parent 3b42399726
commit de6642b675
3 changed files with 199 additions and 0 deletions

View File

@@ -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}