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