配置文件示例修正
parent
0faa593658
commit
24426ef322
|
@ -137,7 +137,7 @@ user-settings:
|
||||||
interface-authentication: true
|
interface-authentication: true
|
||||||
# 接口鉴权例外的接口, 即不进行接口鉴权的接口
|
# 接口鉴权例外的接口, 即不进行接口鉴权的接口
|
||||||
interface-authentication-excludes:
|
interface-authentication-excludes:
|
||||||
-"/"
|
- /api/v1/**
|
||||||
# 推流直播是否录制
|
# 推流直播是否录制
|
||||||
record-push-live: true
|
record-push-live: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue