Commit a31247db4f90f95c2d2d787e3bd3e8a408482f9f

Authored by syduan
1 parent 15165f4f

BI-API

Showing 1 changed file with 6 additions and 1 deletions
class-service.yml
... ... @@ -124,6 +124,8 @@ apiConfig:
124 124 resourceGaoXiaoBangUrl: https://resource.gaoxiaobang.com
125 125 usrLocalTomcatTempLocation: /usr/local/tomcat/temp
126 126 gxbApiUrl: http://gxb-api:8080/gxb-api
  127 + gxbBiApiUrl: http://bi-api:8080/bi-api
  128 +
127 129 ---
128 130 server:
129 131 port: 16200
... ... @@ -244,6 +246,8 @@ apiConfig:
244 246 resourceGaoXiaoBangUrl: https://resource.gaoxiaobang.com
245 247 usrLocalTomcatTempLocation: /usr/local/tomcat/temp
246 248 gxbApiUrl: http://gxb-api:8080/gxb-api
  249 + gxbBiApiUrl: http://bi-api:8080/bi-api
  250 +
247 251 ---
248 252 server:
249 253 port: 16200
... ... @@ -357,4 +361,5 @@ ribbon:
357 361 apiConfig:
358 362 resourceGaoXiaoBangUrl: https://resource.gaoxiaobang.com
359 363 usrLocalTomcatTempLocation: /usr/local/tomcat/temp
360   - gxbApiUrl: http://api/gxb-api
361 364 \ No newline at end of file
  365 + gxbApiUrl: http://api/gxb-api
  366 + gxbBiApiUrl: http://bi-api/bi-api
... ...