diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index cc7ea990..7f780c05 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -71,7 +71,8 @@ security: - /swagger-ui/** - /swagger-ui.html - /api/v1/auth/captcha - + - /ws/** + - /ws-app/** oss: # OSS 类型 (目前支持aliyun、minio) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 553268ea..36977a89 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -15,7 +15,7 @@ spring: password: 123456 data: redis: - database: 6 + database: 12 host: www.youlai.tech port: 6379 password: 123456 @@ -71,7 +71,8 @@ security: - /swagger-ui/** - /swagger-ui.html - /api/v1/auth/captcha - + - /ws/** + - /ws-app/** # 文件上传配置 oss: # OSS 类型 (目前支持aliyun、minio)