Commit 24426ef322c84582bd13006316694c5cc370d1b4

Authored by 64850858
1 parent 0faa5936

配置文件示例修正

src/main/resources/all-application.yml
... ... @@ -137,7 +137,7 @@ user-settings:
137 137 interface-authentication: true
138 138 # 接口鉴权例外的接口, 即不进行接口鉴权的接口
139 139 interface-authentication-excludes:
140   - -"/"
  140 + - /api/v1/**
141 141 # 推流直播是否录制
142 142 record-push-live: true
143 143  
... ...