|
@ -82,6 +82,13 @@ spring:
|
|
|
host: 172.19.103.47
|
|
|
port: 6379
|
|
|
password: redis!@456
|
|
|
zuul:
|
|
|
routes:
|
|
|
jkzl-server:
|
|
|
path: /jkzl/**
|
|
|
url: http://ssotest.yihu.cn/OpenPlatform/cgiBin/1.0/
|
|
|
#正式环境URL
|
|
|
# url: http://apitest.yihu.com.cn/OpenPlatform/cgiBin/1.0/
|
|
|
|
|
|
---
|
|
|
spring:
|
|
@ -94,6 +101,11 @@ spring:
|
|
|
host: 172.19.103.47
|
|
|
port: 6379
|
|
|
password: redis!@456
|
|
|
zuul:
|
|
|
routes:
|
|
|
jkzl-server:
|
|
|
path: /jkzl/**
|
|
|
url: http://ssotest.yihu.cn/OpenPlatform/cgiBin/1.0/
|
|
|
|
|
|
---
|
|
|
spring:
|