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,6 +241,7 @@ ribbon:
241 apiConfig: 241 apiConfig:
242 resourceGaoXiaoBangUrl: https://resource.gaoxiaobang.com 242 resourceGaoXiaoBangUrl: https://resource.gaoxiaobang.com
243 usrLocalTomcatTempLocation: /usr/local/tomcat/temp 243 usrLocalTomcatTempLocation: /usr/local/tomcat/temp
  244 + gxbApiUrl: http://api/gxb-api
244 --- 245 ---
245 server: 246 server:
246 port: 16200 247 port: 16200
@@ -353,4 +354,5 @@ ribbon: @@ -353,4 +354,5 @@ ribbon:
353 # 一些公共的常量配置 354 # 一些公共的常量配置
354 apiConfig: 355 apiConfig:
355 resourceGaoXiaoBangUrl: https://resource.gaoxiaobang.com 356 resourceGaoXiaoBangUrl: https://resource.gaoxiaobang.com
356 - usrLocalTomcatTempLocation: /usr/local/tomcat/temp  
357 \ No newline at end of file 357 \ No newline at end of file
  358 + usrLocalTomcatTempLocation: /usr/local/tomcat/temp
  359 + gxbApiUrl: http://api/gxb-api
358 \ No newline at end of file 360 \ No newline at end of file