소스 검색

配置文件示例修正

64850858 4 년 전
부모
커밋
24426ef322
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/all-application.yml

+ 1 - 1
src/main/resources/all-application.yml

@@ -137,7 +137,7 @@ user-settings:
     interface-authentication: true
     # 接口鉴权例外的接口, 即不进行接口鉴权的接口
     interface-authentication-excludes:
-        -"/"
+        - /api/v1/**
     # 推流直播是否录制
     record-push-live: true