Commit 6a6d337eb3dadc62e0a331f0a9f8fe1bc7254f34

Authored by 孙宁海
1 parent 1ed42b76

gateway 调用gxb-api 配置

Showing 1 changed file with 11 additions and 2 deletions
gateway.yml
@@ -87,6 +87,9 @@ cas: @@ -87,6 +87,9 @@ cas:
87 tenant: 87 tenant:
88 tenantId: 991 88 tenantId: 991
89 89
  90 +apiConfig:
  91 + gxbApiUrl: http://gxb-api:8080/gxb-api
  92 +
90 --- 93 ---
91 server: 94 server:
92 port: 15300 95 port: 15300
@@ -178,7 +181,10 @@ cas: @@ -178,7 +181,10 @@ cas:
178 181
179 tenant: 182 tenant:
180 tenantId: 991 183 tenantId: 991
181 - 184 +
  185 +apiConfig:
  186 + gxbApiUrl: http://gxb-api:8080/gxb-api
  187 +
182 --- 188 ---
183 server: 189 server:
184 port: 15300 190 port: 15300
@@ -269,4 +275,7 @@ cas: @@ -269,4 +275,7 @@ cas:
269 ignorePattern: (^(/mvc/goto/)|(/app/cxcy)|(\.ico)|(/js)|(/image)|(/css)|(/fonts)|(/api)|(/downloadfile))|(.jsp$) 275 ignorePattern: (^(/mvc/goto/)|(/app/cxcy)|(\.ico)|(/js)|(/image)|(/css)|(/fonts)|(/api)|(/downloadfile))|(.jsp$)
270 276
271 tenant: 277 tenant:
272 - tenantId: 991  
273 \ No newline at end of file 278 \ No newline at end of file
  279 + tenantId: 991
  280 +
  281 +apiConfig:
  282 + gxbApiUrl: http://gxb-api/gxb-api
274 \ No newline at end of file 283 \ No newline at end of file