refactor: WebSocket 优化
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user