Commit 137bedc75185faf2bb4f28492d7277386b2382d6

Authored by luotong
1 parent 1fd8d990

灰度和线上加gxb-api配置

Showing 1 changed file with 3 additions and 1 deletions
class-service.yml
... ... @@ -241,6 +241,7 @@ ribbon:
241 241 apiConfig:
242 242 resourceGaoXiaoBangUrl: https://resource.gaoxiaobang.com
243 243 usrLocalTomcatTempLocation: /usr/local/tomcat/temp
  244 + gxbApiUrl: http://api/gxb-api
244 245 ---
245 246 server:
246 247 port: 16200
... ... @@ -353,4 +354,5 @@ ribbon:
353 354 # 一些公共的常量配置
354 355 apiConfig:
355 356 resourceGaoXiaoBangUrl: https://resource.gaoxiaobang.com
356   - usrLocalTomcatTempLocation: /usr/local/tomcat/temp
357 357 \ No newline at end of file
  358 + usrLocalTomcatTempLocation: /usr/local/tomcat/temp
  359 + gxbApiUrl: http://api/gxb-api
358 360 \ No newline at end of file
... ...