refactor: WebSocket 优化

This commit is contained in:
ray
2024-08-23 22:25:21 +08:00
parent 2b43ebd8a3
commit c2a28147ac
4 changed files with 7 additions and 6 deletions

View File

@@ -81,6 +81,7 @@ security:
key: SecretKey012345678901234567890123456789012345678901234567890123456789
# JWT 有效期(单位:秒)
ttl: 7200
# 白名单列表
ignore-urls:
- /v3/api-docs/**
- /doc.html
@@ -91,7 +92,6 @@ security:
- /swagger-ui.html
- /api/v1/auth/captcha
- /ws/**
- /ws-app/**
# 文件存储配置
oss: