소스 검색

配置为生产的物联网url

hym 4 년 전
부모
커밋
a2579bde91
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      gateway/src/main/resources/application-prd.properties
  2. 1 1
      user_auth/src/main/resources/application-prd.properties

+ 1 - 1
gateway/src/main/resources/application-prd.properties

@@ -48,7 +48,7 @@ spring.cloud.gateway.routes[5].predicates[0]=Path=/operation-manager/**
 spring.cloud.gateway.routes[5].filters[0]=StripPrefix=1
 
 spring.cloud.gateway.routes[6].id=iot
-spring.cloud.gateway.routes[6].uri=http://114.135.61.188:58080
+spring.cloud.gateway.routes[6].uri=http://39.108.175.9:8090
 spring.cloud.gateway.routes[6].predicates[0]=Path=/iot/api/**
 spring.cloud.gateway.routes[6].filters[0]=StripPrefix=1
 spring.cloud.gateway.routes[6].filters[1]=Auth

+ 1 - 1
user_auth/src/main/resources/application-prd.properties

@@ -74,7 +74,7 @@ spring.rabbitmq.connection-timeout=15000
 spring.rabbitmq.publisher-confirm-type=correlated
 spring.rabbitmq.publisher-returns=true
 spring.rabbitmq.template.mandatory=true
-iot.url=http://114.135.61.188:58080
+iot.url=http://39.108.175.9:8090