xxx
This commit is contained in:
parent
c17ee35947
commit
d76424a208
|
|
@ -65,6 +65,23 @@ spring:
|
||||||
allowCredentials: true
|
allowCredentials: true
|
||||||
maxAge: 360000
|
maxAge: 360000
|
||||||
routes:
|
routes:
|
||||||
|
# 机场平台 platform服务
|
||||||
|
- id: tuoheng-airport-admin
|
||||||
|
uri: http://${AIRPORT_NAME}:9060
|
||||||
|
predicates:
|
||||||
|
- Path=/airport/admin/**
|
||||||
|
filters:
|
||||||
|
- StripPrefix=2
|
||||||
|
metadata:
|
||||||
|
response-timeout: 20000
|
||||||
|
connect-timeout: 30000
|
||||||
|
# 机场平台 platform服务 webSocket
|
||||||
|
- id: tuoheng-airport-admin
|
||||||
|
uri: ws://${AIRPORT_NAME}:9060
|
||||||
|
predicates:
|
||||||
|
- Path=/airport/socket/**
|
||||||
|
filters:
|
||||||
|
- StripPrefix=2
|
||||||
# 后台管理
|
# 后台管理
|
||||||
- id: tuoheng-dsp-admin
|
- id: tuoheng-dsp-admin
|
||||||
uri: http://dsp-admin:9014
|
uri: http://dsp-admin:9014
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue