mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-17 10:36:31 +08:00
Merge branch 'master' of https://gitee.com/orangeform/orange-admin
This commit is contained in:
@@ -74,6 +74,8 @@ third-party:
|
||||
# 访问第三方系统接口的URL前缀,橙单会根据功能添加接口路径的其余部分,
|
||||
# 比如获取用户Token的接口 http://localhost:8083/orangePluginTest/getTokenData
|
||||
baseUrl: http://localhost:8083/orangePlugin
|
||||
# 第三方应用鉴权的HTTP请求令牌头的KEY。
|
||||
tokenHeaderKey: Authorization
|
||||
# 第三方返回的用户Token数据的缓存过期时长,单位秒。
|
||||
# 如果为0,则不缓存,每次涉及第三方的请求,都会发出http请求,交由第三方验证,这样对系统性能会有影响。
|
||||
tokenExpiredSeconds: 60
|
||||
|
||||
@@ -74,6 +74,8 @@ third-party:
|
||||
# 访问第三方系统接口的URL前缀,橙单会根据功能添加接口路径的其余部分,
|
||||
# 比如获取用户Token的接口 http://localhost:8083/orangePluginTest/getTokenData
|
||||
baseUrl: http://localhost:8083/orangePlugin
|
||||
# 第三方应用鉴权的HTTP请求令牌头的KEY。
|
||||
tokenHeaderKey: Authorization
|
||||
# 第三方返回的用户Token数据的缓存过期时长,单位秒。
|
||||
# 如果为0,则不缓存,每次涉及第三方的请求,都会发出http请求,交由第三方验证,这样对系统性能会有影响。
|
||||
tokenExpiredSeconds: 60
|
||||
|
||||
Reference in New Issue
Block a user