wip: media migration progress

This commit is contained in:
irving
2025-11-16 11:33:58 -05:00
parent 69909a3b83
commit 8558d203af
37 changed files with 2314 additions and 11 deletions

View File

@@ -96,6 +96,10 @@ logging:
org.springframework.web.servlet.DispatcherServlet: debug
org.springframework.security: debug
clerk:
media:
migration-enabled: false
jwt:
tokenHeader: X-Token #JWT存储的请求头
tokenHead: Bearer #JWT负载中拿到开头
@@ -117,4 +121,3 @@ xl:
authCode:
# 登录验证码是否开启开发环境配置false方便测试
enable: ${XL_LOGIN_AUTHCODE_ENABLE:false}