Commit bff260b2 by 张宗强

update

parent d5837e33
...@@ -27,7 +27,6 @@ spring: ...@@ -27,7 +27,6 @@ spring:
zuul: zuul:
servlet-path: /zuul servlet-path: /zuul
ignoredServices: '*' ignoredServices: '*'
#ignoredPatterns: /, /**/swagger-ui.html/**
host: host:
connect-timeout-millis: 1800000 connect-timeout-millis: 1800000
socket-timeout-millis: 1800000 socket-timeout-millis: 1800000
...@@ -42,11 +41,6 @@ zuul: ...@@ -42,11 +41,6 @@ zuul:
serviceId: proudkids-upms-service serviceId: proudkids-upms-service
stripPrefix: true stripPrefix: true
sensitiveHeaders: sensitiveHeaders:
proudkids-mms:
path: /mms/**
serviceId: proudkids-mms
stripPrefix: true
sensitiveHeaders:
ratelimit: ratelimit:
key-prefix: proudkids-ratelimite key-prefix: proudkids-ratelimite
enabled: true enabled: true
...@@ -85,9 +79,4 @@ urls: ...@@ -85,9 +79,4 @@ urls:
- /webjars/** - /webjars/**
logging: logging:
config: classpath:logback.xml config: classpath:logback.xml
\ No newline at end of file
server.port: 8443
server.ssl.key-store: classpath:ce.proudkids.cn.jks
server.ssl.key-store-password: proudkids
server.ssl.keyStoreType: JKS
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment