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

@@ -59,11 +59,13 @@ mybatis-plus:
# 安全配置
security:
# JWT 配置
jwt:
# JWT 秘钥
key: SecretKey012345678901234567890123456789012345678901234567890123456789
# JWT 有效期(单位:秒)
ttl: 7200
# 白名单列表
ignore-urls:
- /v3/api-docs/**
- /doc.html
@@ -74,7 +76,6 @@ security:
- /swagger-ui.html
- /api/v1/auth/captcha
- /ws/**
- /ws-app/**
# 文件存储配置
oss: