src/main/resources/all-application.yml
@@ -79,9 +79,14 @@ # [可选] 证书文件路径,放置在resource/目录下即可,修改xxx为文件名 key-store: classpath:xxx.jks # [可选] 证书密码 key-password: password key-store-password: password # [可选] 证书类型, 默认为jks,根据实际修改 key-store-type: JKS # 配置证书可以使用如下两项,如上面二选一即可 # PEM 编码证书 certificate: xx.pem # 私钥文件 certificate-private-key: xx.key # 作为28181服务器的配置 sip: @@ -174,8 +179,6 @@ platform-play-timeout: 60000 # 是否开启接口鉴权 interface-authentication: true # 自动配置redis 可以过期事件 redis-config: true # 接口鉴权例外的接口, 即不进行接口鉴权的接口,尽量详细书写,尽量不用/**,至少两级目录 interface-authentication-excludes: - /api/v1/**