[파일 업로드] tusHook 작업
- 여러번 db 호출 redis로 캐싱화
This commit is contained in:
@@ -33,8 +33,8 @@ jwt:
|
||||
refresh-token-validity-seconds: 2592000
|
||||
|
||||
cookie:
|
||||
secure: true # 로컬 개발 환경 (HTTP)
|
||||
domain: pjt.kr
|
||||
secure: false # 로컬 개발 환경 (HTTP)
|
||||
domain:
|
||||
name: ALIST_SESSION
|
||||
|
||||
swagger:
|
||||
@@ -46,6 +46,8 @@ file:
|
||||
upload:
|
||||
tus-endpoint: https://file-alist.pjt.kr/tus/files/
|
||||
public-base-url: https://file-alist.pjt.kr
|
||||
auth-cache:
|
||||
ttl-seconds: 20
|
||||
|
||||
springdoc:
|
||||
api-docs:
|
||||
|
||||
@@ -48,6 +48,8 @@ file:
|
||||
upload:
|
||||
tus-endpoint: https://file-alist.pjt.kr/tus/files/
|
||||
public-base-url: https://file-alist.pjt.kr
|
||||
auth-cache:
|
||||
ttl-seconds: 20
|
||||
|
||||
springdoc:
|
||||
api-docs:
|
||||
|
||||
Reference in New Issue
Block a user