|
@@ -12,9 +12,9 @@ spring:
|
|
|
max-file-size: 150MB
|
|
|
max-request-size: 150MB
|
|
|
server:
|
|
|
- port: 8871
|
|
|
+ port: 8861
|
|
|
servlet:
|
|
|
- context-path: /dcucauth
|
|
|
+ context-path: /auth
|
|
|
jsp:
|
|
|
init-parameters:
|
|
|
development: true
|
|
@@ -31,7 +31,7 @@ duceap:
|
|
|
#配置用来指定license对接的后端项目地址(格式:ip:port/context,如http://10.10.10.10:8080/ctx),
|
|
|
#默认使用HttpServletRequest.getLocalAddr()方法获取ip地址,
|
|
|
#应用在docker部署环境中无法获取机子的真实ip地址 考虑以配置参数的形式传入
|
|
|
- address: http://127.0.0.1:8871/dcucauth
|
|
|
+ address: http://127.0.0.1:8861/dcucauth
|
|
|
dataCacheMethod: apollo
|
|
|
security:
|
|
|
type: dcuc
|
|
@@ -40,7 +40,7 @@ duceap:
|
|
|
server-name: 10.11.1.151:1646
|
|
|
ignore-pattern: '/js/*|/img/*|/css/*|/api/*|/*.png|/rest/*|/webSocket/*|/oauthLogin/*|/authorizationPage.html|/importAuthorizationFile.html|/license/LicenseManagerServlet|/authorizationFile/'
|
|
|
app-code: QXXT0000000000000001
|
|
|
- api-url: http://10.11.1.151:8871/dcucauth
|
|
|
+ api-url: http://10.11.1.151:8861/8860
|
|
|
apollo:
|
|
|
client:
|
|
|
host: http://10.201.3.20:8070
|